about summary refs log tree commit diff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorzsloan2019-02-18 10:41:13 -0600
committerGitHub2019-02-18 10:41:13 -0600
commit91df491997694f1482119add20bb93bdd2f9e69b (patch)
treecf7bfb141eb8c77ded68c2a1214589226f82e925 /wqflask/utility
parent57d6d5c279a0386cd6e6ebd1c075c97487a3ee13 (diff)
parent6167e78f7c37b26f5226936e8eff0fe31be8691e (diff)
downloadgenenetwork2-91df491997694f1482119add20bb93bdd2f9e69b.tar.gz
Merge pull request #356 from pjotrp/gn-testing
Updated instructions and SERVER_PORT for single flask server
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 86ef2e1e..8b2260f5 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -232,6 +232,7 @@ GN_VERSION         = get_setting('GN_VERSION')
 HOME               = get_setting('HOME')
 WEBSERVER_MODE     = get_setting('WEBSERVER_MODE')
 GN_SERVER_URL      = get_setting('GN_SERVER_URL')
+SERVER_PORT        = get_setting_int('SERVER_PORT')
 SQL_URI            = get_setting('SQL_URI')
 LOG_LEVEL          = get_setting('LOG_LEVEL')
 LOG_LEVEL_DEBUG    = get_setting_int('LOG_LEVEL_DEBUG')