docs(claude): add URL format example to GLITCHTIP_DOMAIN env var
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -295,7 +295,7 @@ Run via `docker-compose.observability.yml` — requires the main stack to be run
|
|||||||
| `PORT_PROMETHEUS` | Host port for Prometheus UI (default: `9090`) |
|
| `PORT_PROMETHEUS` | Host port for Prometheus UI (default: `9090`) |
|
||||||
| `GRAFANA_ADMIN_PASSWORD` | Grafana `admin` login password |
|
| `GRAFANA_ADMIN_PASSWORD` | Grafana `admin` login password |
|
||||||
| `GLITCHTIP_SECRET_KEY` | Django secret key for GlitchTip — generate with `python3 -c "import secrets; print(secrets.token_hex(32))"` |
|
| `GLITCHTIP_SECRET_KEY` | Django secret key for GlitchTip — generate with `python3 -c "import secrets; print(secrets.token_hex(32))"` |
|
||||||
| `GLITCHTIP_DOMAIN` | Public-facing base URL for GlitchTip (email links, CORS) |
|
| `GLITCHTIP_DOMAIN` | Public-facing base URL for GlitchTip (email links, CORS), e.g. `https://glitchtip.example.com` |
|
||||||
| `SENTRY_DSN` | GlitchTip/Sentry DSN for the backend (Spring Boot) — leave empty to disable |
|
| `SENTRY_DSN` | GlitchTip/Sentry DSN for the backend (Spring Boot) — leave empty to disable |
|
||||||
| `VITE_SENTRY_DSN` | GlitchTip/Sentry DSN for the frontend (SvelteKit) — injected at build time via Vite |
|
| `VITE_SENTRY_DSN` | GlitchTip/Sentry DSN for the frontend (SvelteKit) — injected at build time via Vite |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user