10 lines
161 B
JSON
10 lines
161 B
JSON
|
|
{
|
||
|
|
"database": {
|
||
|
|
"client": "sqlite3",
|
||
|
|
"useNullAsDefault": true,
|
||
|
|
"connection": {
|
||
|
|
"filename": "./test.db"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|