fix: allow degraded startup without Zulip keys

This commit is contained in:
ANG-Server
2026-07-20 23:43:23 +08:00
parent a72920d1e0
commit 77302354ac
3 changed files with 39 additions and 6 deletions

View File

@@ -66,7 +66,8 @@ ZULIP_MESSAGE_MAX_LENGTH=10000
ZULIP_CONTENT_FILTER_ENABLED=true
# Realtime server
WEBSOCKET_PORT=3000
# The native WebSocket server listens separately from the REST API.
WEBSOCKET_PORT=3001
WEBSOCKET_NAMESPACE=/game
WEBSOCKET_PING_INTERVAL=25000
WEBSOCKET_PING_TIMEOUT=5000