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

Allow additional environment variables to be set when running an app #67

Merged

Conversation

bgrainger
Copy link
Member

This is typed as a non-null get-only property so users can use collection initialization syntax:

new AppRunnerSettings
{
	EnvironmentVariables =
	{
		{ "name", "value" },
	},
}

This is typed as a non-null get-only property so users can use collection initialization syntax:

new AppRunnerSettings
{
	EnvironmentVariables =
	{
		{ "name", "value" },
	},
}
@bgrainger bgrainger requested a review from ejball July 12, 2024 20:07
@bgrainger bgrainger merged commit c7dca80 into Faithlife:master Jul 12, 2024
4 checks passed
@bgrainger bgrainger deleted the app-runner-environment-variables branch July 12, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants