diff options
author | Pjotr Prins | 2016-06-24 08:14:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-24 08:14:25 +0000 |
commit | cb69258b0de655f8d556030e8f8039b762d0b659 (patch) | |
tree | 2507705ab8a61c97b976cd3c24eba4c98a52bca3 /etc/default_settings.py | |
parent | 764136ff18bd355f7b9dbe91f870919b0a17322e (diff) | |
download | genenetwork2-cb69258b0de655f8d556030e8f8039b762d0b659.tar.gz |
Default to no-GN_SERVER for now
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 2 |
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'] |