summaryrefslogtreecommitdiff
path: root/config.yml
blob: 23e43c33e4b646a91b0720037844fc599af472cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BotSelfConfig:
  host: "127.0.0.1"
  port: 55555
  debug: false
  superusers: ["1234567890"]
  nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
  command_start: ["/"]
  command_sep: ["."]
  session_expire_timeout: 120

NetworkPost:
  host: "127.0.0.1"
  port: 8081

AdminPage:  # 待定,无用
  host: "127.0.0.1"
  port: 8082

NsfwCheck:  # 详细请查看文档以获取帮助
  enabled: false
  passing_rate: 0.8
  host: "127.0.0.1"
  port: 8080