mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
34 lines
543 B
Cheetah
34 lines
543 B
Cheetah
// collected through docs/helpers/adoc-generator.go.tmpl
|
|
|
|
[.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 }}
|
|
|===
|