Files
opencloud/docs/templates/ADOC.tmpl
Martin 0c15f71a4e Update ADOC.tmpl
Fix leftover from extension to service renaming
2022-10-28 14:05:27 +02:00

26 lines
458 B
Cheetah

[caption=]
.Environment variables for the {{ .ExtensionName }} service
[width="100%",cols="~,~,~,~",options="header"]
|===
| Name
| Type
| Default Value
| Description
{{- range .Fields}}
| {{- range $i, $value := .EnvVars }}{{- if $i }} +
{{ end -}}
`{{- $value }}`
{{- end }}
a| [subs=-attributes]
++{{.Type}} ++
a| [subs=-attributes]
++{{.DefaultValue}} ++
a| [subs=-attributes]
{{.Description}}
{{- end }}
|===
Since Version: `+` added, `-` deprecated