fix: change port

This commit is contained in:
tim
2025-09-30 00:47:18 +08:00
parent 5971700e8a
commit 24fe90cfc6

View File

@@ -1,4 +1,4 @@
server.port=${SERVER_PORT:8082}
server.port=${WEBSOCKET_PORT:8082}
# 服务器配置
spring.application.name=websocket-service