Set correct celery broker URL
This commit is contained in:
parent
b91f5c8939
commit
70a1ae306b
1 changed files with 2 additions and 0 deletions
|
|
@ -251,7 +251,9 @@ SWAGGER_SETTINGS = {
|
|||
|
||||
# Celery
|
||||
# https://docs.celeryproject.org/en/stable/userguide/configuration.html
|
||||
# Note that celery settings are prefix with CELERY. See src/newsreader/celery.py.
|
||||
CELERY_WORKER_HIJACK_ROOT_LOGGER = False
|
||||
CELERY_BROKER_URL = "amqp://guest@rabbitmq:5672"
|
||||
|
||||
REGISTRATION_OPEN = True
|
||||
REGISTRATION_AUTO_LOGIN = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue