We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 265620f + af05328 commit f8990ccCopy full SHA for f8990cc
3 files changed
.env.production
@@ -3,5 +3,5 @@ VITE_API_PROXY_TARGET=http://localhost:9527
3
# Netty WebSocket 端口(与后端 application.yml websocket.netty.port 一致;/api/ws 会 rewrite 到 /ws)
4
VITE_WS_PROXY_TARGET=http://localhost:8891
5
# 通过前端开发服务器:/api/ws 由 vite 转发到 Netty,其余 /api 仍走 Spring
6
-VITE_WS_URL=ws://localhost:8000/api/ws/syndra
+VITE_WS_URL=ws://localhost:8891/api/ws/syndra
7
VITE_ENABLE_MONITOR_CONSOLE=true
0 commit comments