bifocal/node_modules/@tryghost/mongo-knex/test/config/env/config.testing.json

10 lines
161 B
JSON

{
"database": {
"client": "sqlite3",
"useNullAsDefault": true,
"connection": {
"filename": "./test.db"
}
}
}