about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--etc/default_settings.py3
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"