diff options
author | Munyoki Kilyungi | 2023-11-06 16:59:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-11-06 17:01:50 +0300 |
commit | 16be1ce85ac1f9fc92ef366dcdc5186536dc4849 (patch) | |
tree | 97fbe6196c5f4cb7189f6989425893af11b0537d /etc | |
parent | a05688146c4f06e95b6f301cc30efc05053a810d (diff) | |
download | genenetwork2-16be1ce85ac1f9fc92ef366dcdc5186536dc4849.tar.gz |
Use correct prefix for auth server's url.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index f31e2eac..bf73a8d5 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://localhost:9094/" +AUTH_SERVER_URL="http://localhost:9094/" GN2_BASE_URL = "http://genenetwork.org/" # to pick up REST API GN2_BRANCH_URL = GN2_BASE_URL |