fix: complete backend deployment hardening

This commit is contained in:
2026-08-01 01:43:53 +08:00
parent 77302354ac
commit 6fb977ceaf
5 changed files with 147 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ export const DEFAULT_ZULIP_CONFIG: ZulipConfiguration = {
botApiKey: '',
},
websocket: {
port: 3000,
port: 3001,
namespace: '/game',
pingInterval: 25000,
pingTimeout: 5000,