UNPKG

158 BJavaScriptView Raw
1const nconf = require('nconf');
2const path = require('path');
3nconf.argv().env().file({ file: path.join(__dirname, 'config.json') });
4module.exports = nconf;