Skip to main content

Config Keys

This list is generated from module default configuration files.

KeyDefaultEnvironmentDescriptionSource
websocket.path"/ws"WEBSOCKET_PATHHTTP upgrade path used by WebSocket adapters. /websocket.ts
websocket.heartbeatConfiguration value.websocket.ts
websocket.heartbeat.enabledWEBSOCKET_HEARTBEAT_ENABLED, WEBSOCKET_HEARTBEAT_ENABLEDEnables server-side heartbeat checks. /websocket.ts
websocket.heartbeat.intervalMilliseconds30000WEBSOCKET_HEARTBEAT_INTERVAL_MILLISECONDSInterval between heartbeat pings. /websocket.ts
websocket.heartbeat.timeoutMilliseconds10000WEBSOCKET_HEARTBEAT_TIMEOUT_MILLISECONDSTime allowed for a peer to answer the latest ping. /websocket.ts
websocket.heartbeat.pingMessageType"quik.websocket.ping"WEBSOCKET_HEARTBEAT_PING_MESSAGE_TYPEApplication-level ping message type. /websocket.ts
websocket.heartbeat.pongMessageType"quik.websocket.pong"WEBSOCKET_HEARTBEAT_PONG_MESSAGE_TYPEApplication-level pong message type. /websocket.ts