UNPKG
node-lirc
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
LIRC bridge for node
github.com/chemaalfaya/node-lirc
chemaalfaya/node-lirc
node-lirc
/
lib
/
config.js
13 lines
(10 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
nconf = require(
'nconf'
); nconf.argv() .env() .
file
({
file
: process.cwd() +
'/config.json'
}) .
file
(
'default'
, {
file
: __dirname +
'/../config.json'
}); module.exports = nconf;