diff --git a/project/settings/development.py b/project/settings/development.py index 3472e544..a6f45b2f 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -62,6 +62,6 @@ DATABASES = { } } -BROKER_URL = 'redis://redis:6379/1' +BROKER_URL = 'redis://localhost:6379/1' CELERY_RESULT_BACKEND = BROKER_URL CELERY_BROKER_URL = BROKER_URL \ No newline at end of file