mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Update docs/services/general-info/envvar-scopes.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user