# Postgres connection string
DATABASE_URL=postgres://shunt:shunt@localhost:5432/shunt
# Bearer token shunt instances must send — set the same value in shunt's config.toml
# [server]
# telemetry_token = "your-secret-token"
# Leave empty to disable auth (not recommended for public deployments)
RELAY_TOKEN=change-me
# Port to listen on
PORT=3001
# Retain request history for this many days before pruning
RETENTION_DAYS=30