blob: d405530688998d157e407699389fafd7118c641e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
* File: config.yml
* Project: https://github.com/Kyomotoi/ATRI
*/
BotSelfConfig:
host: "127.0.0.1"
port: 25565
debug: false
superusers: ["1234567890"]
nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
command_start: ["", "/"]
command_sep: ["."]
session_expire_timeout: 3
session_exciting_time: 3
NetworkPost:
host: "127.0.0.1"
port: 23333
AdminPage:
host: "127.0.0.1"
port: 11451
|