18 lines
321 B
JSON
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"
|
|
}
|