aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-06 12:48:43 +0300
committerBonfaceKilz2023-11-06 12:49:41 +0300
commit6fecd9be38757b65f0e45f085a79226161a9556c (patch)
tree35488d827e9044edff748459ae651c017a2ade7e /etc/default_settings.py
parentab5b8be7c88d2d97155ce8c58f2ef4acfc3fd831 (diff)
downloadgenenetwork2-6fecd9be38757b65f0e45f085a79226161a9556c.tar.gz
Update the default auth url.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index b7d41bca..f31e2eac 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -43,7 +43,7 @@ GN_PROXY_URL="https://genenetwork.org/gn3-proxy/"
SQL_URI = "mysql://gn2:mysql_password@localhost/db_webqtl_s"
SQL_ALCHEMY_POOL_RECYCLE = 3600
GN_SERVER_URL = "http://localhost:8880/api/" # REST API server
-AUTH_SERVER_URL="https://auth.genenetwork.org/"
+AUTH_SERVER_URL="https://localhost:9094/"
GN2_BASE_URL = "http://genenetwork.org/" # to pick up REST API
GN2_BRANCH_URL = GN2_BASE_URL