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

Parse Environment Variables in Configuration File #110

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

ricoberger
Copy link
Owner

It is now possible to use environment variables in the configuration file (config.yaml). Environment variables can be used via ${ENV_VAR} or $ENV_VAR.

If a user wants to use the $ sign without the environment variable replacement the $ sign must be escaped via $$.

Closes #109

It is now possible to use environment variables in the configuration
file (`config.yaml`). Environment variables can be used via `${ENV_VAR}`
or `$ENV_VAR`.

If a user wants to use the `$` sign without the environment variable
replacement the `$` sign must be escaped via `$$`.
@ricoberger ricoberger added the changelog: added A new feature was added label Jan 10, 2024
@ricoberger ricoberger merged commit 6320401 into main Jan 10, 2024
@ricoberger ricoberger deleted the parse-environment-variables-in-configuration branch January 10, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to parse environment variable in config.yaml
1 participant