Update docs/services/general-info/envvar-scopes.md

This commit is contained in:
Martin
2023-04-26 11:03:02 +02:00
committed by GitHub
parent a873688cde
commit 23730edd99

View File

@@ -40,4 +40,4 @@ All environment variable types that are used in a service follow the same [depre
## Separating Envvars
When multiple envvars are defined for one purpose like a global and local one, use `;` (semicolons) to properly separate the envvars in go code. Though it is possible to separate with `,` (comma) according go rules, the current implementation of the docs generation process only recognizes semicolons as separator.
When multiple envvars are defined for one purpose like a global and local one, use `;` (semicolon) to properly separate the envvars in go code. Though it is possible to separate with `,` (comma) according go rules, the current implementation of the docs generation process only recognizes semicolons as separator.