aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg/default_settings.py
diff options
context:
space:
mode:
authorZachary Sloan2014-09-22 18:46:07 +0000
committerZachary Sloan2014-09-22 18:46:07 +0000
commite437f6235b3c06de31719d52cf506103e969ebce (patch)
tree3e653dbe5039c7bb893894d808fcf687dbd55553 /wqflask/cfg/default_settings.py
parentb9ceae1564ea3bfa5648ec2e565eb0e96ea047e1 (diff)
downloadgenenetwork2-e437f6235b3c06de31719d52cf506103e969ebce.tar.gz
Adding the port as a parameter to runserver; this should just be temporary until
I figure out how to get it to read the port from the config file instead Using runserver.py instead of secure_server.py because of an error with the latter that I haven't figured out how to fix yet Improved the appearance of several of the tables
Diffstat (limited to 'wqflask/cfg/default_settings.py')
-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