Database table name is in settings.json now.

Closes https://github.com/mattbk/changeblindness/issues/16.
This commit is contained in:
mattbk
2015-11-01 19:14:26 -06:00
parent e2d6d5e043
commit 0457924b1a
2 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,8 @@
"host": "localhost",
"username": "user",
"password": "pass",
"name": "db"
"name": "db",
"table": "results"
},
"phases": [
"notable",