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

HttpPost:
  host: "127.0.0.1"
  port: 8081