mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
chore: default db file name to db.sqlite3
This commit is contained in:
parent
3dfb0bec37
commit
0977bb3a93
@ -743,7 +743,7 @@ module.exports = {
|
||||
*/
|
||||
database: {
|
||||
client: 'better-sqlite3',
|
||||
connection: { filename: './database/db' },
|
||||
connection: { filename: './database/db.sqlite3' },
|
||||
useNullAsDefault: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user