configuration-settings
v1.1.0
Published
Load configuration depending on environment
Readme
Load configuration settings
This module takes one argument that is the path for configuration directory.
It will load common.json if it's in the given direcotory. If NODE_ENV is production then it will load production.json, otherwise development.json.
Production.json/ development.json will override properties that match with common.json
