fix develop settings
This commit is contained in:
parent
e4c9d8f9bc
commit
8d8cd09d64
|
|
@ -62,4 +62,6 @@ DATABASES = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BROKER_URL = 'redis://localhost:6379/1'
|
BROKER_URL = 'redis://redis:6379/1'
|
||||||
|
CELERY_RESULT_BACKEND = BROKER_URL
|
||||||
|
CELERY_BROKER_URL = BROKER_URL
|
||||||
Loading…
Reference in New Issue
Block a user