Files
changeblindness/settings.json.example
2015-11-03 14:10:51 -06:00

18 lines
321 B
JSON

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