diff options
author | Frederick Muriuki Muriithi | 2022-08-16 06:42:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-16 06:42:10 +0300 |
commit | 62ec9231724fef6d94038d8f76bbda33ca0a209f (patch) | |
tree | 79bcbdcce867f2ca1599b6a304e2563a2096cc91 | |
parent | 3cfd0ec3d38f4b460817606ea5d6749a1a85a1ea (diff) | |
download | genenetwork2-62ec9231724fef6d94038d8f76bbda33ca0a209f.tar.gz |
Setup default GN_PROXY setting
-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 a0d01de0..ff84f021 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -33,6 +33,9 @@ REDIS_URL = "redis://:@localhost:6379/0" # gn2-proxy GN2_PROXY = "http://localhost:8080" +# GN PROXY +GN_PROXY_URL="https://genenetwork.org/gn3-proxy/" + # ---- MySQL SQL_URI = "mysql://gn2:mysql_password@localhost/db_webqtl_s" |