mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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
|
|
}
|
|
}
|
|
}
|
|
}
|