See https://github.com/indexzero/nconf
nconf supports:
- Command-line arguments
- Environment variables
- A file located at 'path/to/config.json'
Environment variables is important for automated deployment such as Docker ( see #19 , #18 ) and testing on Travis CI ( #10 ), etc. Currently only the _config.json file is supported. I would like to standardize the options and allow command-line, environment variables, along with the optional file support.
See https://github.com/indexzero/nconf
nconfsupports:Environment variables is important for automated deployment such as Docker ( see #19 , #18 ) and testing on Travis CI ( #10 ), etc. Currently only the
_config.jsonfile is supported. I would like to standardize the options and allow command-line, environment variables, along with the optional file support.