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

Conf files should expand env vars #363

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conf files should expand env vars #363

merged 1 commit into from
Feb 15, 2024

Conversation

m90
Copy link
Member

@m90 m90 commented Feb 15, 2024

This fixes another regression in v2.37.0, previously conf files would be sourced, which expands environment variables in these files. Now godotenv is used, which does not do this by design. This means, in order to keep the previous behavior, we need to do this ourselves before passing the file contents to godotenv.

@m90 m90 merged commit a01fc3d into main Feb 15, 2024
2 checks passed
@m90 m90 deleted the expand-fake-env branch February 15, 2024 11:04
@m90 m90 mentioned this pull request Feb 16, 2024
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