{% extends "base.html" %} {% block title %}Raw Config — MeshCore Bot{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Effective values loaded by the bot (sensitive keys are redacted). This view is read-only.
{{ config_path }}
[{{ section_name }}]| Key | Value |
|---|---|
{{ key }} |
{{ val }} |
No keys in this section.
{% endif %}No configuration sections to display.
{% endif %}