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

NetworkPost:
  host: "127.0.0.1"
  port: 23333

AdminPage:
  host: "127.0.0.1"
  port: 11451