blob: 81cb4edab5bc86256b9058e162992efc92e892fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
BotSelfConfig:
host: "127.0.0.1"
port: 20000
debug: false
superusers: ["1234567890"]
nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
command_start: [""]
command_sep: ["."]
session_expire_timeout: 0.6
session_exciting_time: 60
NetworkPost:
host: "127.0.0.1"
port: 20001
AdminPage: # 待定,无用
host: "127.0.0.1"
port: 20002
NsfwCheck: # 详细请查看文档以获取帮助
enabled: false
passing_rate: 0.8
host: "127.0.0.1"
port: 20003
SauceNAO:
key: ""
|