diff options
author | Zachary Sloan | 2013-03-22 21:51:07 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-22 21:51:07 +0000 |
commit | cd58c17faec400968cfe6a3595ebe02099edd691 (patch) | |
tree | deb30f9994f8705cc742fc468e8beee1b451e657 /wqflask/cfg/default_settings.py | |
parent | 58a268465cf7d52d18f3c5808f52f41a7c2514b9 (diff) | |
download | genenetwork2-cd58c17faec400968cfe6a3595ebe02099edd691.tar.gz |
Removed zach_settings.py from git tracking
Changed mysql password as a result of it being up on git before
Diffstat (limited to 'wqflask/cfg/default_settings.py')
-rw-r--r-- | wqflask/cfg/default_settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index 1811ccfd..53b5a96e 100644 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -3,3 +3,6 @@ LOGFILE = """/tmp/flask_gn_log""" #This is needed because Flask turns key errors into a #400 bad request response with no exception/log TRAP_BAD_REQUEST_ERRORS = True + +#SECURITY_CONFIRMABLE = True +SECURITY_TRACKABLE = True
\ No newline at end of file |