-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 937 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (14 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Optional. If set, overrides any `prometheus.url` in benchmark YAML specs.
# Leave unset locally — the spec files already embed their URL.
# PROMETHEUS_URL=https://prometheus-production-0859.up.railway.app
# Optional. Slack incoming webhook for the /api/report bug-report route.
# When unset the route silently no-ops.
# SLACK_REPORT_WEBHOOK_URL=https://hooks.slack.com/services/...
# Optional. Live-page WebSocket relay. Public (NEXT_PUBLIC_) so it's baked
# into the browser bundle. Defaults to the production relay if unset.
# NEXT_PUBLIC_RELAY_WS_URL=wss://ocb-stream-relay-production.up.railway.app/ws
# Optional. Minimum seconds between two full ISR tag purges triggered by
# the materialize worker's /api/internal/revalidate-aggregate hook. The
# worker calls the hook after every 60 s publish; without this throttle
# every ISR page was invalidated each minute. Default 600. "0" disables.
# REVALIDATE_MIN_INTERVAL_SEC=600