# .env fix

* adds celery setting to .env.sample
This commit is contained in:
2024-07-05 10:50:25 +02:00
parent 78485a4506
commit 12f78c85bf
2 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ DB_NAME=konova
DB_HOST=127.0.0.1
DB_PORT=5432
# Redis (for celery)
REDIS_HOST=CHANGE_ME
REDIS_PORT=CHANGE_ME
# E-Mail
SMTP_HOST=localhost
SMTP_PORT=25