7f1d3ebc07
- move all test files from core/test to test/ - updated all imports and other references - all code inside of core/ is then application code - tests are correctly at the root level - consistent with other repos/projects Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"paths": {
|
|
"corePath": "try-to-override"
|
|
},
|
|
"database": {
|
|
"connection": {
|
|
"filename": "/hehe.db"
|
|
},
|
|
"debug": true
|
|
},
|
|
"logging": {
|
|
"level": "error"
|
|
}
|
|
}
|