From 8be325ded5ce31f29a0234c82f4c0326478a831a Mon Sep 17 00:00:00 2001 From: akkking Date: Fri, 8 Feb 2019 15:32:21 -0500 Subject: [PATCH] update config --- app/config/local.default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/local.default.py b/app/config/local.default.py index 43bbb0b..961d7e6 100644 --- a/app/config/local.default.py +++ b/app/config/local.default.py @@ -4,7 +4,7 @@ import os SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_DATABASE_URI = os.environ['DBURI'] -REDIS_URI = os.environ['REDIS_URI'] +REDIS_URI = os.environ['REDISURI'] DEBUG = True -- GitLab