Integrate additional feedback for PR #200

This commit is contained in:
Sebastian Serth
2022-10-29 22:33:21 +02:00
committed by Maximilian Paß
parent ae9de5b93f
commit 4c359c2a5f
8 changed files with 51 additions and 36 deletions

View File

@ -10,7 +10,7 @@ stage_variable = Template(
refresh=1,
includeAll=True,
multi=True,
default="production"
default="production",
)
environment_variable = Template(
@ -21,5 +21,5 @@ environment_variable = Template(
refresh=1,
includeAll=True,
multi=True,
default="$__all"
default="$__all",
)