Files
changeblindness/settings.json.example
mattbk 69cc135fe7 Remove elementLocations from settings.json
Not needed, target locations are in targets.csv now.
2015-11-02 15:38:07 -06:00

17 lines
289 B
JSON

{
"database": {
"host": "localhost",
"username": "user",
"password": "pass",
"name": "db",
"table": "results"
},
"phases": [
"notable",
"unnoted",
"renoted"
],
"baseURL": "/",
"debug": false
}