{% extends "base.html" %} {% block content %} Admin Config Resolved settings are shown exactly as Kahlo is running them. This view surfaces the active Kahlo config path and the sanitized effective settings after YAML, environment, and model defaults have been applied. Active Config Path {{ active_config_path }} Version {{ build_version }} Tag {{ git_metadata.tag }} Sanitized Effective Config Resolved rows {{ config_rows|length }} rows Key Value {% for row in config_rows %} {{ row.path }} {{ row.value }} {% endfor %} {% endblock %}
Admin Config
This view surfaces the active Kahlo config path and the sanitized effective settings after YAML, environment, and model defaults have been applied.
Sanitized Effective Config