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

Support environment file next to environment variables #1156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thahnen
Copy link

@thahnen thahnen commented Jun 11, 2024

With these changes, support is provided for environment files (e.g., ".env") - basically any key-value pair-based file.
If provided, their content is loaded and if used alongside the already existing 'environmentVariables' configuration, then they are merged.

Integration tests are provided for the existing behavior, the new one, and a mix of both.

Fixes #1155

With these changes the support is provided for environment files (eg. ".env") - basically any key-value pair based files.

If provided, their content is loaded and if used alongside the already existing 'environmentVariables' configuration, then they are merged.

Integration tests are provided to the already existing behavior as well as the new one and a mix of both.
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.

Next to hard-coded environment variables support ".env" files as well
1 participant