We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9211184 commit 453160fCopy full SHA for 453160f
deploy/platform/aiocqhttp/lagrange.md
@@ -29,7 +29,7 @@
29
{
30
"Type": "ReverseWebSocket",
31
"Host": "127.0.0.1",
32
- "Port": 6198,
+ "Port": 6199,
33
"Suffix": "/ws",
34
"ReconnectInterval": 5000,
35
"HeartBeatInterval": 5000,
@@ -53,4 +53,4 @@
53
- ID(id):随意填写,用于区分不同的消息平台实例。系统会自动填充。
54
- 启用(enable): 勾选。
55
- 反向 WebSocket 主机地址:请填写你的机器的 IP 地址。如 `0.0.0.0`
56
-- 反向 WebSocket 端口:填写上面配置出来的 `Port` 端口,例如 `6198`。
+- 反向 WebSocket 端口:填写上面配置出来的 `Port` 端口,例如 `6199`。
0 commit comments