UNPKG
yaml-config
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
Manage your node.js app configuration based on NODE_ENV, all configuration defined in yaml
yaml-config
/
test
/
test.yaml
16 lines
(15 loc)
•
189 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default:
redis:
port:
6379
host:
127.0
.0
.1
password:
""
db:
1
options:
{}
test:
redis:
db:
12
production:
redis:
db:
0
new_prop:
hello:
world