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

Don't inject .env file as real env variables for child processes #97

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

nsams
Copy link
Member

@nsams nsams commented Oct 18, 2024

This can cause problems when the child process has a custom .env loading mechanism (eg. additional files such as .env.secrets) but dev-pm sets env vars which overrule the values loaded from .env by child child process

This can cause problems when the child process has a custom .env loading mechanism (eg. additional files such as .env.secrets) but
dev-pm sets env vars which overrule the values loaded from .env by child child process
@nsams nsams self-assigned this Oct 18, 2024
@kaufmo kaufmo merged commit 9ac2343 into main Oct 21, 2024
1 check passed
@kaufmo kaufmo deleted the dont-inject-dotenv branch October 21, 2024 11:24
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.

3 participants