{% extends "base.html" %} {% block content %}

Active Config

File path: {{ config_path or "unavailable" }}

Environment chrome: {{ "enabled" if ui_show_environment_chrome else "disabled" }}

Build version: {{ app_version }}

Redaction Policy

Secret-like keys are rendered as <redacted>. Empty secret values render as <unset>.

Effective Config Rows

{% for row in effective_config_rows %} {% else %} {% endfor %}
KeyValue
{{ row.path }} {{ row.value }}
No config rows available.
{% endblock %}