Active Config
File path: {{ config_path or "unavailable" }}
Environment chrome: {{ "enabled" if ui_show_environment_chrome else "disabled" }}
Build version: {{ app_version }}
{% extends "base.html" %} {% block content %}
Active Ursa config path plus a sanitized view of the effective runtime configuration.
File path: {{ config_path or "unavailable" }}
Environment chrome: {{ "enabled" if ui_show_environment_chrome else "disabled" }}
Build version: {{ app_version }}
Secret-like keys are rendered as <redacted>. Empty secret values render as <unset>.
| Key | Value |
|---|---|
| {{ row.path }} | {{ row.value }} |
| No config rows available. | |