2019-03-27 08:49:29 +00:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
if (!process.env.NODE_CONFIG_DIR) {
|
|
|
|
process.env.NODE_CONFIG_DIR = __dirname + '/../../config';
|
|
|
|
}
|
|
|
|
|
2019-08-12 07:26:49 +00:00
|
|
|
const config = require('../../lib/config');
|
2019-03-27 08:49:29 +00:00
|
|
|
|
|
|
|
module.exports = config;
|