Skip to content

Conversation

@scalen
Copy link

@scalen scalen commented Apr 4, 2022

Prior to this change, the environment always took precedence when there
was a value specified in both the env file and the environment. This
was not suitable to all use-cases (such as those in Kubernetes, where
environment variables are commonly much less controlled and, so, much
more vulnerable to malicious value injection).

This change allows the developer to choose which takes precedence, the
environment or the env file (with the current behaviour remaining the
default).

Completes #40

Prior to this change, the environment always took precedence when there
was a value specified in both the env file and the environment.  This
was not suitable to all use-cases (such as those in Kubernetes, where
environment variables are commonly much less controlled and, so, much
more vulnerable to malicious value injection).

This change allows the developer to choose which takes precedence, the
environment or the env file (with the current behaviour remaining the
default).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant