ramirez/knexfile.js

3 lines
70 B
JavaScript
Raw Normal View History

const config = require('./src/config');
module.exports = config.knex;