Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using nconf for configuration #20

Open
Glavin001 opened this issue Jun 27, 2015 · 0 comments
Open

Switch to using nconf for configuration #20

Glavin001 opened this issue Jun 27, 2015 · 0 comments
Milestone

Comments

@Glavin001
Copy link
Owner

See https://github.com/indexzero/nconf

nconf supports:

  1. Command-line arguments
  2. Environment variables
  3. 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.

@Glavin001 Glavin001 added this to the v0.2.0 milestone Jun 27, 2015
@Glavin001 Glavin001 changed the title Switch to using nconf Switch to using nconf for configuration Jun 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant