changed env
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s

This commit is contained in:
2026-01-11 01:57:51 +00:00
parent 1189d49905
commit 0bd3f60627
2 changed files with 120 additions and 79 deletions

View File

@@ -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,
},