blob: 34ab716422dc472902cbb4efc1a7a165bde19fd2 (
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
28
29
30
31
32
33
34
35
|
# 设置参考文档: https://atri.imki.moe/install/configuration-bot/
ConfigVersion: "1.1.0"
BotConfig:
host: "127.0.0.1"
port: 20000
debug: false
superusers: ["1234567890"]
nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
command_start: ["", "/"]
command_sep: ["."]
session_expire_timeout: 60
access_token: ""
proxy: ""
request_timeout: 5
WithGoCQHTTP:
enabled: false
accounts:
- uin: 1234567890
password: ""
protocol: 5
download_domain: "github.com"
download_version: "v1.0.0-rc1"
gocq_webui_username: "ATRI"
gocq_webui_password: "ATRI1314000***"
SauceNAO:
key: ""
Setu:
reverse_proxy: true
reverse_proxy_domain: "i.pixiv.re"
|