2026-07-25 17:10:38 +00:00
|
|
|
# Custom health check message
|
|
|
|
|
PING_MESSAGE=pong
|
|
|
|
|
|
|
|
|
|
# Skip login/signup (local dev / preview only)
|
|
|
|
|
# AUTH_DISABLED=true
|
2026-07-25 17:42:04 +00:00
|
|
|
|
|
|
|
|
# Persistent secret for auth sessions (generate with: openssl rand -hex 32)
|
|
|
|
|
# BETTER_AUTH_SECRET=
|
|
|
|
|
|
|
|
|
|
# Postgres connection (see docker-compose.yml for local Docker Postgres)
|
|
|
|
|
# POSTGRES_PASSWORD=
|
|
|
|
|
# DATABASE_URL=postgres://versequote:password@127.0.0.1:5434/versequote
|
|
|
|
|
|
|
|
|
|
# Observability — OTLP http endpoint (Grafana LGTM / otel-collector)
|
|
|
|
|
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
|
|
|
|
|
# OTEL_SERVICE_NAME=verse-quote-app
|