aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
authorLei Yan2013-04-30 22:15:38 +0000
committerLei Yan2013-04-30 22:15:38 +0000
commit34312cfacdcb5af450d33ac3b54d7c01a6a61788 (patch)
tree20e0c5f430cfbb64eb4ba32d2210c83d3130e36e /wqflask/cfg
parent8810c7735ed8a1bfa225449f7b388438e2ace890 (diff)
downloadgenenetwork2-34312cfacdcb5af450d33ac3b54d7c01a6a61788.tar.gz
Changed path to log file
Added server port to configuration file
Diffstat (limited to 'wqflask/cfg')
-rw-r--r--wqflask/cfg/default_settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py
index a575a3bd..d0713e4d 100644
--- a/wqflask/cfg/default_settings.py
+++ b/wqflask/cfg/default_settings.py
@@ -1,5 +1,7 @@
LOGFILE = """/tmp/flask_gn_log"""
+SERVER_PORT = 5000
+
#This is needed because Flask turns key errors into a
#400 bad request response with no exception/log
TRAP_BAD_REQUEST_ERRORS = True