-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add fallback for envrionment variables #9
Comments
Would this be something we could PR into flaeg rather than implement here? |
I don't think that fits flaeg. Flaeg does 1 thing : parse command line arguments. Handling multiple configuration sources sounds like another layer that could use flaeg.
I can spike that if you guys agree. |
linking to the request : containous/staert#35 |
Nice find @serbrech - would be great if we picked up that PR and finished of the work - assuming we're most of the way there. |
If the parameters are not found via flaeg, fallback and check environment variables - this will allow users to override environment variables in isolated environment specific parameters files without having to embed them in the ServiceManifest.xml. This will help avoid having the appinsights key checked into source control and support multiple environments.
The text was updated successfully, but these errors were encountered: