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

Facility for Global Configuration #9

Closed
illegalprime opened this issue Feb 19, 2018 · 0 comments
Closed

Facility for Global Configuration #9

illegalprime opened this issue Feb 19, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@illegalprime
Copy link
Member

Provide some way of inserting configuration or secrets (probably with a file for each).
So a conf file could be:

port: 3000
production: true
plugins:
  slack:
    some_non_secret_conf: Hello

A secrets file is similar, but contains info we can't include in the public biodomes repo:

plugins:
  twitter:
    api_key: 3243546787543546789

Also be able to override some / all of these options through environment variables.

@illegalprime illegalprime added enhancement New feature or request good first issue Good for newcomers labels Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants