aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPjotr Prins2016-06-19 16:03:26 +0000
committerPjotr Prins2016-06-19 16:03:26 +0000
commitaae827674cdbe46c7f1ce5d2246bf485a24dbbb3 (patch)
treef6a106c6544c8d68aae29b8a2e3e1ceb3de648b3 /etc
parent2214650621ee57b4c427bf8b5cab1128eb06db93 (diff)
downloadgenenetwork2-aae827674cdbe46c7f1ce5d2246bf485a24dbbb3.tar.gz
gn_server: SQL handling
Diffstat (limited to 'etc')
-rw-r--r--etc/default_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index f3a3e1ea..296ffcb0 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -41,6 +41,7 @@ LOG_LEVEL_DEBUG = 1 # Debug log level (0-5) (nyi)
LOG_SQL = 'False' # Log SQL/backend calls
USE_REDIS = True # REDIS caching (note that redis will be phased out)
+USE_GN_SERVER = True # Use GN_SERVER SQL calls
# Path overrides for Genenetwork
HOME=os.environ['HOME']