Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
websocket.path | "/ws" | WEBSOCKET_PATH | HTTP upgrade path used by WebSocket adapters. / | websocket.ts |
websocket.heartbeat | — | — | Configuration value. | websocket.ts |
websocket.heartbeat.enabled | — | WEBSOCKET_HEARTBEAT_ENABLED, WEBSOCKET_HEARTBEAT_ENABLED | Enables server-side heartbeat checks. / | websocket.ts |
websocket.heartbeat.intervalMilliseconds | 30000 | WEBSOCKET_HEARTBEAT_INTERVAL_MILLISECONDS | Interval between heartbeat pings. / | websocket.ts |
websocket.heartbeat.timeoutMilliseconds | 10000 | WEBSOCKET_HEARTBEAT_TIMEOUT_MILLISECONDS | Time allowed for a peer to answer the latest ping. / | websocket.ts |
websocket.heartbeat.pingMessageType | "quik.websocket.ping" | WEBSOCKET_HEARTBEAT_PING_MESSAGE_TYPE | Application-level ping message type. / | websocket.ts |
websocket.heartbeat.pongMessageType | "quik.websocket.pong" | WEBSOCKET_HEARTBEAT_PONG_MESSAGE_TYPE | Application-level pong message type. / | websocket.ts |