diff --git a/.env.example b/.env.example index c3f62d94..8104063e 100644 --- a/.env.example +++ b/.env.example @@ -279,3 +279,10 @@ DB_PASSWORD=pedscribe_secret_change_me # OPENBAO_ROLE_ID= # OPENBAO_SECRET_ID= # OPENBAO_KV_PATH=kv/ped-ai/prod + +# Optional. Lets something outside this host scrape /metrics with +# `Authorization: Bearer `. Unset by default, and an unset token can +# never match — Prometheus scrapes pediatric-ai-scribe:3000 directly over the +# Docker network, which needs no token. Requests arriving through the reverse +# proxy (they carry X-Forwarded-For) get a 404 either way. +METRICS_TOKEN= diff --git a/public/components/assistant.html b/public/components/assistant.html index 28c9a91c..2a54a469 100644 --- a/public/components/assistant.html +++ b/public/components/assistant.html @@ -54,7 +54,11 @@ -