-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
726badc
commit c9f9781
Showing
5 changed files
with
84 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
zero: | ||
nickname: | ||
- 露露姆 | ||
command_prefix: "/" | ||
super_users: | ||
- 1043728417 | ||
ring_len: 1024 | ||
latency: 100000000 | ||
max_process_time: 240000000000 | ||
# 是否进行消息已读,调试时可以false更方便 | ||
mark_message: false | ||
instance: | ||
721223121: | ||
nickname: | ||
- 白洲梓 | ||
- 小梓 | ||
super_users: | ||
- 1043728417 | ||
command_prefix: "/" | ||
|
||
# 正向websocket,可以理解为Minibot作为websocket客户端 | ||
ws: | ||
- url: "ws://127.0.0.1:6700" | ||
access_token: "" | ||
# - url: "ws://127.0.0.1:6800" | ||
# access_token: "" | ||
|
||
# 反向websocket,可以理解为Minibot作为websocket服务端,一个服务端可以接多个客户端,不建议设置多个wss | ||
# 0.0.0.0 是调试环境所用,生产环境不建议这么配置 | ||
wss: | ||
- url: "ws://127.0.0.1:6900" | ||
# access_token: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters