about summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
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']