If your segemnts are broken or Mailtrain complains about missing 20190726150000_shorten_field_column_names.js, run the following in `server/setup/knex/fixes`: ```NODE_ENV=production node fix-20190726150000_shorten_field_column_names.js```
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
'use strict';
|
|
|
|
if (!process.env.NODE_CONFIG_DIR) {
|
|
process.env.NODE_CONFIG_DIR = __dirname + '/../../config';
|
|
}
|
|
|
|
const config = require('../../lib/config');
|
|
|
|
module.exports = config;
|