options.js 171 Bytes BlameHistoryPermalink 1 2 3 4 5 6 7 8 'use strict'; const path = require('path'); module.exports = { configFile: path.resolve('config', 'database.json'), migrationsPath: path.resolve('db', 'migrate') };