Visible settings
{{ len .Rows }}
Filtered by search and category
{{ define "admin/settings.html" }}
Visible settings
{{ len .Rows }}
Filtered by search and category
Editable
0
Runtime override supported
Unsaved
0
Draft changes in browser
Locked
0
Environment only
Edit safe runtime overrides without hiding where each value came from. Hard storage and security-sensitive environment settings stay visible but locked.
| Setting | Source | Value | Actions |
|---|---|---|---|
| {{ .SourceBadge }} |
{{ if eq .Type "bool" }}
{{ else }}
{{ end }}
{{ if .Locked }}Locked by environment or hard runtime implication.{{ else if .DefaultValue }}Default: {{ .DefaultValue }}{{ end }}
|