diff options
author | Pjotr Prins | 2016-06-19 16:03:26 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-19 16:03:26 +0000 |
commit | aae827674cdbe46c7f1ce5d2246bf485a24dbbb3 (patch) | |
tree | f6a106c6544c8d68aae29b8a2e3e1ceb3de648b3 /wqflask/utility/tools.py | |
parent | 2214650621ee57b4c427bf8b5cab1128eb06db93 (diff) | |
download | genenetwork2-aae827674cdbe46c7f1ce5d2246bf485a24dbbb3.tar.gz |
gn_server: SQL handling
Diffstat (limited to 'wqflask/utility/tools.py')
-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 2affd130..fca5917e 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -172,6 +172,7 @@ LOG_LEVEL = get_setting('LOG_LEVEL') LOG_LEVEL_DEBUG = get_setting_int('LOG_LEVEL_DEBUG') LOG_SQL = get_setting_bool('LOG_SQL') USE_REDIS = get_setting_bool('USE_REDIS') +USE_GN_SERVER = get_setting_bool('USE_GN_SERVER') PYLMM_COMMAND = pylmm_command() GEMMA_COMMAND = gemma_command() |