{% extends "base.html" %} {% block title %}Configuration — didiAI Dashboard{% endblock %} {% block content %}
Live settings pulled by web-api every 30 seconds — no restart required. Override values replace env defaults.
{{ info.desc }}
ℹ How this works
Changes here are stored in the dashboard database. The web-api container polls /api/config every 30 seconds and merges overrides into its in-memory config. No restart is needed — your toggle or model change takes effect within ~30s on the next request.