aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/config.toml
blob: c3799b3bb6ac07a833eac22036304fd84ad10ece (plain) (blame)
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
[hydroroll]
version = "v0.1.0"
svn = "1"
author = "简律纯"

[hydroroll.self]
header = "Hydro系[1]号"
# info = "一只水系骰子..."


[bot]
plugins = []
plugin_dirs = ["plugins"]
adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"]

[bot.log]
level = "INFO"
verbose_exception = true

[adapter.cqhttp]
adapter_type = "reverse-ws"
host = "127.0.0.1"
port = 8080
url = "/cqhttp/ws"
show_raw = false

[adapter.apscheduler]
scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" }