blob: c04dfcd1e19ee1ffa8def235121c96de2437187a [file] [log] [blame]
const path = require('path');
module.exports = {
'config': path.resolve('config', 'database.json'),
'models-path': path.resolve('db', 'postgres'),
'seeders-path': path.resolve('db', 'seeders'),
'migrations-path': path.resolve('db', 'migrations')
};