aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
authorZachary Sloan2012-11-30 18:03:52 -0600
committerZachary Sloan2012-11-30 18:03:52 -0600
commit43f69f26507d934a15d8e8d20f0ac3023fdb7691 (patch)
tree6f88f014447eed5533e4e8aa46f33a2843867203 /wqflask/cfg
parentb8fa8728b7afebbada49f29b85fa5db40e137e1b (diff)
downloadgenenetwork2-43f69f26507d934a15d8e8d20f0ac3023fdb7691.tar.gz
Started switching to using basic sqlalchemy to handle db connection/queries
Began fixing bugs related to this fix, still in progress
Diffstat (limited to 'wqflask/cfg')
-rw-r--r--wqflask/cfg/zach_settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/cfg/zach_settings.py b/wqflask/cfg/zach_settings.py
index ed97f222..8d3bf4ab 100644
--- a/wqflask/cfg/zach_settings.py
+++ b/wqflask/cfg/zach_settings.py
@@ -1,2 +1,5 @@
LOGFILE = """/tmp/flask_gn_log"""
+
TRAP_BAD_REQUEST_ERRORS = True
+
+DB_URI = """mysql://webqtl:webqtl@localhost/db_webqtl_zas1024""" \ No newline at end of file