init
This commit is contained in:
10
config/database.js
Normal file
10
config/database.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const path = require('path');
|
||||
|
||||
const dbConfig = {
|
||||
development: {
|
||||
dialect: 'sqlite',
|
||||
storage: path.join(__dirname, '../proxies.db')
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = dbConfig;
|
||||
Reference in New Issue
Block a user