about summary refs log tree commit diff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorPjotr Prins2020-04-26 13:20:13 -0500
committerPjotr Prins2020-04-26 13:20:13 -0500
commitc0909b461effecb8051020a4f186a40b8867b574 (patch)
tree8a910a67072299a48d70ff40e304641f4c1953b4 /wqflask/utility
parentcdcfb086de9277a1c1b2d8de57ceb78ae8683f53 (diff)
parent14d49450c47e8ef3b34bca9e759acd371319a854 (diff)
downloadgenenetwork2-c0909b461effecb8051020a4f186a40b8867b574.tar.gz
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'wqflask/utility')
-rw-r--r--wqflask/utility/tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 9354ece6..2914d354 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -233,6 +233,7 @@ def show_settings():
 # Cached values
 GN_VERSION         = get_setting('GN_VERSION')
 HOME               = get_setting('HOME')
+SERVER_PORT        = get_setting('SERVER_PORT')
 WEBSERVER_MODE     = get_setting('WEBSERVER_MODE')
 GN2_BASE_URL       = get_setting('GN2_BASE_URL')
 GN2_BRANCH_URL     = get_setting('GN2_BRANCH_URL')