Runtime configuration for the {{ .Slug }} integration, part of Integrations. 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.
{{ .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 .Required }}required{{ 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 }}(empty){{ 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 }}