const path = require('path'); module.exports = { 'config': path.resolve('lib', 'config', 'sequelize.js'), 'migrations-path': path.resolve('migrations') }