Load Config
Load an nconf configuration by using a file path passed as a command line option
Installation
npm install load-config
Usage
In this example test/config.json is a path to the configuration file you wish to load
cd <project root>node load.js --config test/config.json
load.js
var loadConfig =