From 11f091c069c453d03c3edfd9b7e4ff952f2d5542 Mon Sep 17 00:00:00 2001 From: Dmitriy Kuzmenko Date: Fri, 1 Nov 2019 12:36:53 +0300 Subject: [PATCH] fix develop settings --- project/settings/development.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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