Files

8 lines
174 B
Bash
Raw Permalink Normal View History

PORT=3012
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5433
POSTGRES_DB=hnreader
POSTGRES_USER=hnreader
POSTGRES_PASSWORD=changeme
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318