UNPKG

node-lirc

Version:
13 lines (10 loc) 192 B
var nconf = require('nconf'); nconf.argv() .env() .file({ file: process.cwd() + '/config.json' }) .file('default', { file: __dirname + '/../config.json' }); module.exports = nconf;