mailtrain/server/setup/knex/knexfile.js

9 lines
132 B
JavaScript
Raw Normal View History

2017-05-15 20:22:06 +00:00
'use strict';
const config = require('./config');
module.exports = {
2019-01-04 20:31:01 +00:00
client: 'mysql',
2017-05-15 20:22:06 +00:00
connection: config.mysql
};