diff options
author | Zachary Sloan | 2013-04-30 22:52:27 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-04-30 22:52:27 +0000 |
commit | bfb2195d4aa6af0814a50998b57c89c3d497b4db (patch) | |
tree | 37825c982a84ea28333c41f32bd1265519d145a9 /wqflask/cfg/default_settings.py | |
parent | d4138b76eae3aa54ba18d44d753cb440aac7a0f8 (diff) | |
parent | 34312cfacdcb5af450d33ac3b54d7c01a6a61788 (diff) | |
download | genenetwork2-bfb2195d4aa6af0814a50998b57c89c3d497b4db.tar.gz |
Merge branch 'flask' of git://github.com/leiyan/genenetwork into flask
Diffstat (limited to 'wqflask/cfg/default_settings.py')
-rw-r--r-- | wqflask/cfg/default_settings.py | 2 |
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 |