diff options
author | Pjotr Prins | 2018-09-05 09:49:09 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-05 09:49:09 +0000 |
commit | 33e2e09d00881de9b07274bc52b58587e5135cab (patch) | |
tree | 86492a323eece8a67cc85156a72505199b444886 /wqflask/utility/tools.py | |
parent | b3c2253a99ff9495a0132f466df825340ddf367c (diff) | |
download | genenetwork2-33e2e09d00881de9b07274bc52b58587e5135cab.tar.gz |
ELASTICSEARCH settings and fix runserver.py to run without gunicorn
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
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') |