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

Provide default values for environment variables #271

Merged
merged 3 commits into from
Jul 7, 2021

Conversation

afflerbach
Copy link
Contributor

by means of the block environment_variables within the new top-level block
defaults:

defaults {
	environment_variables = { FOO = "bar", BAR = "baz" }
}

by means of the block `environment_variables` within the new top-level block
`defaults`:

```
defaults {
	environment_variables = { FOO = "bar", BAR = "baz" }
}
```
@alex-schneider alex-schneider merged commit 55c3efe into master Jul 7, 2021
@alex-schneider alex-schneider deleted the env-var-defaults branch July 7, 2021 08:22
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.

2 participants