aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2016-06-24 08:14:25 +0000
committerPjotr Prins2016-06-24 08:14:25 +0000
commitcb69258b0de655f8d556030e8f8039b762d0b659 (patch)
tree2507705ab8a61c97b976cd3c24eba4c98a52bca3
parent764136ff18bd355f7b9dbe91f870919b0a17322e (diff)
downloadgenenetwork2-cb69258b0de655f8d556030e8f8039b762d0b659.tar.gz
Default to no-GN_SERVER for now
-rw-r--r--etc/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index d4eb5580..df734f7c 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -47,7 +47,7 @@ LOG_SQLALCHEMY = 'False'
LOG_BENCH = True # Log bench marks
USE_REDIS = True # REDIS caching (note that redis will be phased out)
-USE_GN_SERVER = True # Use GN_SERVER SQL calls
+USE_GN_SERVER = 'False' # Use GN_SERVER SQL calls
# Path overrides for Genenetwork
HOME=os.environ['HOME']