Files
opencloud/docs/templates/ADOC_global.tmpl
2023-09-15 15:52:05 +02:00

41 lines
1017 B
Cheetah

// collected through docs/helpers/adoc-generator.go.tmpl
Note that some global environment variables have been deprecated and replaced by a new one starting with `OCIS_` for naming consistency:
* All envvars starting with `LDAP_`
* All envvars starting with `IDM_` except `IDM_CREATE_DEMO_USERS`
* The following envvars: `OCIS_REVA_GATEWAY`, `STORAGE_TRANSFER_SECRET`, `OCIS_ASYNC_UPLOADS`, `USERLOG_MACHINE_AUTH_API_KEY`.
* Note that `WEB_UI_CONFIG_FILE` is not a global envar and will dropped from the list in a later release.
[.landscape]
[caption=]
.Environment variables with global scope available in multiple services
[width="100%",cols="30%,25%,~,~,~",options="header"]
|===
| Name
| Services
| Type
| Default Value
| Description
{{ range . }}
a| `{{ .Name }}`
a| [subs=attributes+]
{{- range .Services}}
* xref:{s-path}/{{ . }}.adoc[{{ . }}] +
{{- end }}
a| [subs=-attributes]
++{{ .Type }} ++
a| [subs=-attributes]
++{{ .DefaultValue }} ++
a| [subs=-attributes]
{{ .Description }}
{{- end }}
|===