aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorzsloan2017-06-02 12:21:23 +0200
committerzsloan2017-06-02 12:21:23 +0200
commit1f33e2de7f3144071a671d63e3ebe692ce3d13e5 (patch)
treed89d68a316c89522abcfdc86638c3e567bfe4c84 /etc/default_settings.py
parent2f2188dc7db5737918b65759693b5ece8a026f5a (diff)
parente467c3f19824415d9e9a3fdd4073d44439c83cbf (diff)
downloadgenenetwork2-1f33e2de7f3144071a671d63e3ebe692ce3d13e5.tar.gz
Merge branch 'master' of https://github.com/genenetwork/genenetwork2
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 1c5b10b4..1b609414 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -53,11 +53,13 @@ USE_REDIS = True # REDIS caching (note that redis will be phased out)
USE_GN_SERVER = 'False' # Use GN_SERVER SQL calls
HOME = os.environ['HOME']
+# ---- Default locations
+GENENETWORK_FILES = HOME+"/gn2_data" # base dir for all static data files
+
# ---- Path overrides for Genenetwork - the defaults are normally
# picked up from Guix or in the HOME directory
# TMPDIR is normally picked up from the environment
-# GENENETWORK_FILES = HOME+"/gn2_data" # base dir for all static data files
# PRIVATE_FILES = HOME+"/gn2_private_data" # private static data files (unused)
# ---- Local path to JS libraries - for development modules (only)