aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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']