migrate celery settings to BROKER_URL
This commit is contained in:
parent
274a8ffcca
commit
35d978d4c2
3 changed files with 22 additions and 6 deletions
|
|
@ -128,7 +128,7 @@ DATABASES = {
|
|||
'PASSWORD': '',
|
||||
}
|
||||
}
|
||||
BROKER_PASSWORD = "$RABBITPWD"
|
||||
BROKER_URL = 'amqp://pandora:$RABBITPWD@localhost:5672//pandora'
|
||||
XACCELREDIRECT = True
|
||||
|
||||
DEBUG = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue