Upload ws-config.yaml
Browse files
Yunzai/plugins/ws-plugin/config/config/ws-config.yaml
CHANGED
|
@@ -7,9 +7,9 @@ heartbeatInterval: 5
|
|
| 7 |
messagePostFormat: 2
|
| 8 |
|
| 9 |
# 连接服务列表
|
| 10 |
-
servers:
|
| 11 |
# 添加连接方式, 可添加多个
|
| 12 |
-
|
| 13 |
- name: ws_name
|
| 14 |
# 连接地址
|
| 15 |
address: ws_address
|
|
@@ -18,4 +18,11 @@ servers:
|
|
| 18 |
# 重连间隔 单位:秒
|
| 19 |
reconnectInterval: 5
|
| 20 |
# 最大连接次数 0 为无限制
|
| 21 |
-
maxReconnectAttempts: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
messagePostFormat: 2
|
| 8 |
|
| 9 |
# 连接服务列表
|
| 10 |
+
servers:
|
| 11 |
# 添加连接方式, 可添加多个
|
| 12 |
+
# 连接名字 请保证每个名字都不相同,否则会出问题
|
| 13 |
- name: ws_name
|
| 14 |
# 连接地址
|
| 15 |
address: ws_address
|
|
|
|
| 18 |
# 重连间隔 单位:秒
|
| 19 |
reconnectInterval: 5
|
| 20 |
# 最大连接次数 0 为无限制
|
| 21 |
+
maxReconnectAttempts: 0
|
| 22 |
+
- name: chronocat
|
| 23 |
+
address: 8.210.88.64:16530
|
| 24 |
+
type: 4
|
| 25 |
+
accessToken: e161c1b7626d4bb465c74196ab6ac4304a084b4421aadd204f18f4e2c002dd67
|
| 26 |
+
reconnectInterval: 5
|
| 27 |
+
maxReconnectAttempts: 0
|
| 28 |
+
uin: stdin
|