diff options
author | zsloan | 2016-10-03 19:20:21 +0000 |
---|---|---|
committer | zsloan | 2016-10-03 19:20:21 +0000 |
commit | db0633155b88667e3c6ea760e0637ff1308d34e0 (patch) | |
tree | 9a2d3c677bee40b9d428092727ad0e5e9842d912 /etc/default_settings.py | |
parent | 6a0a3626baad96deb1e8dc7d27fe1fa15e8c5b98 (diff) | |
parent | 2115fcfde74375252f556153d48f52f4d15fb298 (diff) | |
download | genenetwork2-db0633155b88667e3c6ea760e0637ff1308d34e0.tar.gz |
Merge branch 'master' of github.com:genenetwork/genenetwork2
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index 9dddd0ad..547478df 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -7,6 +7,7 @@ # e.g. # # env LOG_SQL=True USE_REDIS=False ./bin/genenetwork2 +# env LOG_LEVEL=DEBUG ./bin/genenetwork2 ~/gn2_settings.py # # Note also that in the near future we will additionally fetch # settings from a JSON file @@ -54,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()) |