Mise à jour des .env
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
config: path.resolve('./src/database/config', 'db.config.js'),
|
||||
'models-path': path.resolve('./src/database/models/mysql'),
|
||||
'seeders-path': path.resolve('./src/database/seeders'),
|
||||
'migrations-path': path.resolve('./src/database/migrations'),
|
||||
};
|
||||
Reference in New Issue
Block a user