This commit is contained in:
@@ -74,6 +74,7 @@ export const config = {
|
||||
|
||||
// WebSocket
|
||||
websocket: {
|
||||
url: process.env.WS_URL || "ws://localhost:3000/ws",
|
||||
pingInterval: parseInt(process.env.WS_PING_INTERVAL, 10) || 30000,
|
||||
maxPayload: parseInt(process.env.WS_MAX_PAYLOAD, 10) || 1048576,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user