forked from DebaucheryLibrarian/traxxx
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
|
// Update with your config settings.
|
||
|
|
||
|
module.exports = {
|
||
|
client: 'sqlite3',
|
||
|
connection: {
|
||
|
filename: './db.sqlite',
|
||
|
},
|
||
|
useNullAsDefault: true,
|
||
|
};
|