From e0b51232c6f882a3e6126fee21fd388e41fcc959 Mon Sep 17 00:00:00 2001 From: mmattel Date: Tue, 27 Dec 2022 12:49:11 +0100 Subject: [PATCH 1/2] Improve extended env var description --- docs/helpers/extended_vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers/extended_vars.yaml b/docs/helpers/extended_vars.yaml index 9808b5260..f2f1de49a 100644 --- a/docs/helpers/extended_vars.yaml +++ b/docs/helpers/extended_vars.yaml @@ -59,7 +59,7 @@ variables: default_value: '''/var/lib/ocis'' or ''$HOME/.ocis/''' description: The base directory location used by several services and for user data. Predefined to '/var/lib/ocis' for container images (inside the container) or '$HOME/.ocis/' - for binary releases. Can be adapted for services individually. + for binary releases. Services can have, if available, an individual setting with an own environment variable. do_ignore: false - rawname: OCIS_CONFIG_DIR path: ocis-pkg/config/defaults/paths.go:56 From e3c8cdfcf287126a61323693ce0ab373da04a98f Mon Sep 17 00:00:00 2001 From: mmattel Date: Tue, 27 Dec 2022 12:54:53 +0100 Subject: [PATCH 2/2] use correct wording --- docs/templates/ADOC_global.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/ADOC_global.tmpl b/docs/templates/ADOC_global.tmpl index 6b0f5478f..301369bdb 100644 --- a/docs/templates/ADOC_global.tmpl +++ b/docs/templates/ADOC_global.tmpl @@ -1,7 +1,7 @@ // collected through docs/helpers/rougeEnv.go [caption=] -.Environment variables with global scope not included in a service +.Environment variables with extended scope not included in a service [width="100%",cols="~,~,~,~",options="header"] |=== | Name