Merge pull request #5292 from owncloud/improve_description
Improve extended env var description
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user