Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ USER_API_KEYS_ENCRYPTION_SECRET=your-long-random-secret

# Optional: enables higher-rate CourtListener case law/citation lookup tools.
COURTLISTENER_API_TOKEN=your-courtlistener-token

# Optional error monitoring via Sentry. Leave SENTRY_DSN blank to disable
# Sentry entirely (the default — no SDK init, no network traffic). Set it to
# your project DSN to turn on error reporting.
SENTRY_DSN=
# Performance trace sample rate, 0..1 (0 = errors only, no tracing).
SENTRY_TRACES_SAMPLE_RATE=0
# Sentry environment label; defaults to NODE_ENV when left blank.
SENTRY_ENVIRONMENT=

# Optional distributed tracing via OpenTelemetry. Leave OTEL_EXPORTER_OTLP_ENDPOINT
# blank to disable tracing entirely (the default — no SDK init, no network
# traffic). Setting it to your OTLP/HTTP collector endpoint enables tracing.
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318/v1/traces
# Trace environment label; defaults to NODE_ENV when left blank.
# OTEL_ENVIRONMENT=
Loading