UNPKG

yaml-config

Version:

Manage your node.js app configuration based on NODE_ENV, all configuration defined in yaml

16 lines (15 loc) 189 B
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