options.js 156 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 var path = require('path') module.exports = { configFile: path.resolve('config', 'database.json'), migrationsPath: path.resolve('db', 'migrate') }