diff options
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 636bf040..d4c83302 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -278,6 +278,7 @@ LOG_SQL_ALCHEMY = get_setting_bool('LOG_SQL_ALCHEMY') LOG_BENCH = get_setting_bool('LOG_BENCH') LOG_FORMAT = "%(message)s" # not yet in use USE_REDIS = get_setting_bool('USE_REDIS') +REDIS_URL = get_setting('REDIS_URL') USE_GN_SERVER = get_setting_bool('USE_GN_SERVER') GENENETWORK_FILES = get_setting('GENENETWORK_FILES') |