aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorPjotr Prins2018-09-05 09:49:09 +0000
committerPjotr Prins2018-09-05 09:49:09 +0000
commit33e2e09d00881de9b07274bc52b58587e5135cab (patch)
tree86492a323eece8a67cc85156a72505199b444886 /wqflask/utility
parentb3c2253a99ff9495a0132f466df825340ddf367c (diff)
downloadgenenetwork2-33e2e09d00881de9b07274bc52b58587e5135cab.tar.gz
ELASTICSEARCH settings and fix runserver.py to run without gunicorn
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 ea216a35..f12b0d76 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')
GN_SERVER_URL = get_setting('GN_SERVER_URL')
SQL_URI = get_setting('SQL_URI')