change broker url
This commit is contained in:
parent
8066d5607b
commit
8a363498f5
|
|
@ -320,7 +320,7 @@ REDOC_SETTINGS = {
|
||||||
# RabbitMQ
|
# RabbitMQ
|
||||||
# BROKER_URL = 'amqp://rabbitmq:5672'
|
# BROKER_URL = 'amqp://rabbitmq:5672'
|
||||||
# Redis
|
# Redis
|
||||||
BROKER_URL = 'redis://base:6379/1'
|
BROKER_URL = 'redis://localhost:6379/1'
|
||||||
CELERY_RESULT_BACKEND = BROKER_URL
|
CELERY_RESULT_BACKEND = BROKER_URL
|
||||||
CELERY_BROKER_URL = BROKER_URL
|
CELERY_BROKER_URL = BROKER_URL
|
||||||
CELERY_ACCEPT_CONTENT = ['application/json']
|
CELERY_ACCEPT_CONTENT = ['application/json']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user