mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
18 lines
340 B
JSON
Executable File
18 lines
340 B
JSON
Executable File
{
|
|
"defaultConnection": "default",
|
|
"connections": {
|
|
"default": {
|
|
"client": "sqlite3",
|
|
"debug": false,
|
|
"acquireConnectionTimeout": 60000,
|
|
"useNullAsDefault": true,
|
|
"connection": {
|
|
"filename": "./data/db.sqlite"
|
|
},
|
|
"migrations": {
|
|
"tableName": "migrations"
|
|
}
|
|
}
|
|
}
|
|
}
|