diff options
author | Zachary Sloan | 2014-08-28 20:37:05 +0000 |
---|---|---|
committer | Zachary Sloan | 2014-08-28 20:37:05 +0000 |
commit | b9ceae1564ea3bfa5648ec2e565eb0e96ea047e1 (patch) | |
tree | 986d37257b6347a29ef4c3746c95ef8ecb856bd4 /wqflask/cfg/default_settings.py | |
parent | b01b62ebd35fa929170657ae69701680812e073d (diff) | |
download | genenetwork2-b9ceae1564ea3bfa5648ec2e565eb0e96ea047e1.tar.gz |
Added a validation that warns the user of the number of permutations for
pyLMM is more than 20 (due to speed)
Changed the port in the flask settings to 5002 due to adding the new
production server branch
Diffstat (limited to 'wqflask/cfg/default_settings.py')
-rwxr-xr-x | wqflask/cfg/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index e638a9c0..c9d2a934 100755 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -1,6 +1,6 @@ LOGFILE = """/tmp/flask_gn_log""" -SERVER_PORT = 5000 +SERVER_PORT = 5002 #This is needed because Flask turns key errors into a #400 bad request response with no exception/log |