← Back to Integrations

{{ .DisplayName }} settings

{{ if .SurfacePath }}Admin page{{ end }}

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.

{{ if .Error }} {{ end }} {{ if .Saved }} {{ end }} {{ if .Cleared }} {{ end }}
{{ range .Rows }} {{ if .Secret }} {{ else }} {{ end }} {{ end }}
Key Effective value Source Override
{{ .Key }} {{ if not .Required }}Optional{{ end }} {{ if .PendingRestart }}Pending restart{{ end }}
{{ .Usage }}
{{ if .SecretSet }}Set {{ else }}Not set{{ end }} Managed via environment Set {{ .Key }} (or {{ .Key }}-file) in the environment. {{ if .Effective }}{{ .Effective }}{{ else }}{{ end }} {{ if eq .Source "override" }}Override {{ else if eq .Source "environment" }}Environment {{ else }}Default{{ end }}
{{ if eq .Kind "enum" }} {{ else if eq .Kind "bool" }} {{ else }} {{ end }} {{ if .HasOverride }} {{ end }}
{{ if .Warning }}
{{ .Warning }}
{{ end }} {{ if eq .Key $.ErrorKey }}
{{ $.Error }}
{{ end }}