diff options
author | GN2 | 2020-04-24 16:09:10 -0500 |
---|---|---|
committer | GN2 | 2020-04-24 16:09:10 -0500 |
commit | 789252703c00bcbdd98dd5088d0e4651e750a24a (patch) | |
tree | f3ed2c01e2ecffc56c924e26f45f0128f26e200b /wqflask/utility/tools.py | |
parent | c5c9f0e793ca729aa14dc38b7e8de1cb713ed730 (diff) | |
parent | d56ae51d72335c10e5f08c22a4e0cba1ab3547cb (diff) | |
download | genenetwork2-789252703c00bcbdd98dd5088d0e4651e750a24a.tar.gz |
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into HEAD
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 0fbedccb..9354ece6 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -234,6 +234,8 @@ def show_settings(): GN_VERSION = get_setting('GN_VERSION') HOME = get_setting('HOME') WEBSERVER_MODE = get_setting('WEBSERVER_MODE') +GN2_BASE_URL = get_setting('GN2_BASE_URL') +GN2_BRANCH_URL = get_setting('GN2_BRANCH_URL') GN_SERVER_URL = get_setting('GN_SERVER_URL') SERVER_PORT = get_setting_int('SERVER_PORT') SQL_URI = get_setting('SQL_URI') |