fix: config-Kommentar auf neutrale Beispiel-Domain (fb.example.de)

This commit is contained in:
2026-07-21 07:04:47 +02:00
parent e061796997
commit fa2d32aa8f

View File

@@ -47,7 +47,7 @@ def get_settings() -> Settings:
env_file=Path(e("FB_ENV_FILE", "/data/.env")),
grafana_url=e("FB_GRAFANA_URL", "http://localhost:3000"),
# Öffentliche Grafana-Basis-URL für Browser-Links/iframes hinter einem
# Reverse Proxy (z.B. 'https://fb.wolfundlaemmlein.de/grafana/'). Leer =
# Reverse Proxy (z.B. 'https://fb.example.de/grafana/'). Leer =
# Direktbetrieb, Templates fallen auf http://<host>:8097 zurück. NICHT
# zu verwechseln mit grafana_url (intern, Server→Grafana).
grafana_public_url=e("FB_GRAFANA_PUBLIC_URL", ""),