aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/cfg')
-rwxr-xr-xwqflask/cfg/default_settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py
index c9d2a934..8fca3d77 100755
--- a/wqflask/cfg/default_settings.py
+++ b/wqflask/cfg/default_settings.py
@@ -1,7 +1,5 @@
LOGFILE = """/tmp/flask_gn_log"""
-SERVER_PORT = 5002
-
#This is needed because Flask turns key errors into a
#400 bad request response with no exception/log
TRAP_BAD_REQUEST_ERRORS = True