16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"defaultConnection": "default",
|
|
"connections": {
|
|
"default": {
|
|
"connector": "bookshelf",
|
|
"settings": {
|
|
"client": "sqlite",
|
|
"filename": ".tmp/data.db"
|
|
},
|
|
"options": {
|
|
"useNullAsDefault": true
|
|
}
|
|
}
|
|
}
|
|
}
|