about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2016-09-26 07:11:42 +0000
committerPjotr Prins2016-09-26 07:11:42 +0000
commit1ab5479fa48d645f5b2e3899f7d5e568e4c6fcdc (patch)
tree3a8ba09f1a0d94cc18f91dfb1f74013aa1b193fb
parent71890299c9f8aecb269d8dd2647b85f0a82e91ff (diff)
downloadgenenetwork2-1ab5479fa48d645f5b2e3899f7d5e568e4c6fcdc.tar.gz
Settings: LOCAL_PRIVATE_FILES
-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 fc79713c..547478df 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -55,6 +55,7 @@ USE_GN_SERVER   = 'False'   # Use GN_SERVER SQL calls
 HOME=os.environ['HOME']
 LOGFILE = HOME+"/genenetwork2.log"
 GENENETWORK_FILES = HOME+"/gn2_data"  # base dir for all static data files
+LOCAL_PRIVATE_FILES = HOME+"/gn2_private_data" # private static data files
 
 # ---- GN2 Executables
 PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read())