Skip to content

Commit 81e2b6a

Browse files
committed
Add celery env var
1 parent 1c206f1 commit 81e2b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ FIRST_SUPERUSER=admin@example.com
1010
FIRST_SUPERUSER_PASSWORD=changethis
1111
USERS_OPEN_REGISTRATION=True
1212

13+
# Celery
14+
CELERY_BROKER_URL="redis://127.0.0.1:6379/0"
15+
CELERY_RESULT_BACKEND="redis://127.0.0.1:6379"
1316

1417
# Postgres
1518
POSTGRES_SERVER=localhost

0 commit comments

Comments
 (0)