mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
16 lines
280 B
JSON
16 lines
280 B
JSON
|
|
{
|
||
|
|
"defaultConnection": "default",
|
||
|
|
"connections": {
|
||
|
|
"default": {
|
||
|
|
"connector": "strapi-hook-bookshelf",
|
||
|
|
"settings": {
|
||
|
|
"client": "sqlite",
|
||
|
|
"filename": ".tmp/data.db"
|
||
|
|
},
|
||
|
|
"options": {
|
||
|
|
"useNullAsDefault": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|