diff options
author | zsloan | 2022-09-06 13:32:28 -0500 |
---|---|---|
committer | GitHub | 2022-09-06 13:32:28 -0500 |
commit | d8bc7067b717e0b680d98b7cfcbc26c758a109bf (patch) | |
tree | 571677761b3bb464b55bc19f208f135214321ad2 /etc | |
parent | e0626f40d8fe4fa83daba52b82c1b459b34b1849 (diff) | |
parent | 363237f11b9eb14f52c4f0c43a931c99c827c496 (diff) | |
download | genenetwork2-d8bc7067b717e0b680d98b7cfcbc26c758a109bf.tar.gz |
Merge branch 'testing' into feature/generalize_tables
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 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" |