Back to Authelia

Table Config Keys

docs/layouts/_shortcodes/table-config-keys.html

4.39.19341 B
Original Source

{{ $secrets := .Get "secrets" }} | Configuration Key | Environment Variable | |:-----------------:|:--------------------:| {{- range hugo.Data.configkeys }} {{- if eq "true" $secrets }} {{- if .secret }} | [{{ .path }}] | {{ .env }} | {{- end }} {{- else }} {{- if not .secret }} | {{ .path }} | {{ .env }} | {{- end }} {{- end }} {{- end }}