change broker url

This commit is contained in:
Anatoly 2019-10-17 14:28:39 +03:00
parent 8066d5607b
commit 8a363498f5

View File

@ -320,7 +320,7 @@ REDOC_SETTINGS = {
# RabbitMQ
# BROKER_URL = 'amqp://rabbitmq:5672'
# Redis
BROKER_URL = 'redis://base:6379/1'
BROKER_URL = 'redis://localhost:6379/1'
CELERY_RESULT_BACKEND = BROKER_URL
CELERY_BROKER_URL = BROKER_URL
CELERY_ACCEPT_CONTENT = ['application/json']