Environment Variables
Boolean flags default to false when unset.
| Variable | Type | Default | Config Keys | Description | Source |
|---|---|---|---|---|---|
WEBSOCKET_HEARTBEAT_ENABLED | get | — | websocket.heartbeat.enabled | Enables server-side heartbeat checks. / | websocket.ts |
WEBSOCKET_HEARTBEAT_INTERVAL_MILLISECONDS | number | 30000 | websocket.heartbeat.intervalMilliseconds | Interval between heartbeat pings. / | websocket.ts |
WEBSOCKET_HEARTBEAT_PING_MESSAGE_TYPE | string | "quik.websocket.ping" | websocket.heartbeat.pingMessageType | Application-level ping message type. / | websocket.ts |
WEBSOCKET_HEARTBEAT_PONG_MESSAGE_TYPE | string | "quik.websocket.pong" | websocket.heartbeat.pongMessageType | Application-level pong message type. / | websocket.ts |
WEBSOCKET_HEARTBEAT_TIMEOUT_MILLISECONDS | number | 10000 | websocket.heartbeat.timeoutMilliseconds | Time allowed for a peer to answer the latest ping. / | websocket.ts |
WEBSOCKET_PATH | string | "/ws" | websocket.path | HTTP upgrade path used by WebSocket adapters. / | websocket.ts |