diff options
author | BonfaceKilz | 2021-10-20 12:28:44 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-25 14:00:14 +0300 |
commit | cc3ae4707d2418712d13261d4bf9d5a509169c7e (patch) | |
tree | 79c1594e2ac248354d9fa02d31ea10b029b7760c /etc | |
parent | 182327254fe2964c3dd41aabe49ab99748800a64 (diff) | |
download | genenetwork2-cc3ae4707d2418712d13261d4bf9d5a509169c7e.tar.gz |
Add "GN2_PROXY" as a configurable option
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index 651cc55e..8636f4db 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -29,6 +29,9 @@ GN_VERSION = open("../etc/VERSION", "r").read() # Redis REDIS_URL = "redis://:@localhost:6379/0" +# gn2-proxy +GN2_PROXY = "http://localhost:8080" + # ---- MySQL SQL_URI = "mysql://gn2:mysql_password@localhost/db_webqtl_s" |