Runtime configuration for {{ .DisplayName }} ({{ .Key }}). Each key uses its override if one is stored, otherwise the environment value, otherwise its default. Saved changes apply when the application restarts. Secret keys are managed via the environment and cannot be set here. All fields are required unless marked optional.
{{ .Saved }} saved. It takes effect on the next restart.{{ .Cleared }} cleared. Resolution falls back to environment/default on the next restart.| Key | Effective value | Source | Override | |||
|---|---|---|---|---|---|---|
{{ .Key }}
{{ if not .Required }}Optional{{ end }}
{{ if .PendingRestart }}Pending restart{{ end }}
{{ .Usage }}
|
{{ if .Secret }}
{{ if .SecretSet }}Set {{ else }}Not set{{ end }} | Managed via environment | Set {{ .Key }} (or {{ .Key }}-file) in the environment. |
{{ else }}
{{ if .Effective }}{{ .Effective }}{{ else }}—{{ end }}
|
{{ if eq .Source "override" }}Override {{ else if eq .Source "environment" }}Environment {{ else }}Default{{ end }} |
{{ if .Warning }}
{{ .Warning }}
{{ end }}
{{ if eq .Key $.ErrorKey }}
{{ $.Error }}
{{ end }}
|
{{ end }}