From 16d7c2371b316a711fa9d8a1b1589c9e918d999d Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 18 Feb 2021 21:05:09 +0100 Subject: [PATCH] ### 0.0.18 Release --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index a2f40575..5be61089 100644 --- a/src/config.py +++ b/src/config.py @@ -4,7 +4,7 @@ POSTGRES_URL = 'localhost' POSTGRES_DB = 'covid19data' ITEMS_PER_PAGE = 10 CELERY_BROKER_URL = 'redis://localhost:6379/0' -SECRET_KEY='vfdjv423ndf654&%%' +SECRET_KEY = 'vfdjv423ndf654&%%' APP_DEBUGGER_ACTIVE = True CELERY_CONF_WORKER_SEND_TASK_EVENTS = True CELERY_CONF_TASK_SEND_SENT_EVENT = True -- GitLab