feat: expose /metrics endpoint and add telemetry ClickHouse credentials

This commit is contained in:
MythEclipse
2026-06-07 20:57:45 +07:00
parent 0da578c546
commit 2c41b80f97
4 changed files with 194 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
WEB_PORT=5173
API_PORT=3000
DATABASE_URL=postgres://postgres:postgres@localhost:5432/zeavis_edu
# ── Telemetry / ClickHouse ──────────────────────────────────────────
# These credentials are used by the telemetry Docker Compose stack.
# See telemetry/deploy/.env.example for production overrides.
CLICKHOUSE_USER=telemetry
CLICKHOUSE_PASSWORD=telemetry