!1012 【修复】恢复 websocket path

Merge pull request !1012 from puhui999/develop
This commit is contained in:
芋道源码 2024-07-12 11:56:52 +00:00 committed by Gitee
commit af5be1bcb2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -156,7 +156,7 @@ yudao:
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录 - /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
websocket: websocket:
enable: true # websocket的开关 enable: true # websocket的开关
path: /infra/ws/ # 路径 // TODO @puhui999: 小程序 socket.io 连接会多一个 / 🤣🤣🤣 path: /infra/ws # 路径
sender-type: local # 消息发送的类型,可选值为 local、redis、rocketmq、kafka、rabbitmq sender-type: local # 消息发送的类型,可选值为 local、redis、rocketmq、kafka、rabbitmq
sender-rocketmq: sender-rocketmq:
topic: ${spring.application.name}-websocket # 消息发送的 RocketMQ Topic topic: ${spring.application.name}-websocket # 消息发送的 RocketMQ Topic