'use strict'; if (!process.env.NODE_CONFIG_DIR) { process.env.NODE_CONFIG_DIR = __dirname + '/../../config'; } const config = require('server/setup/knex/config'); module.exports = config;