diff options
Diffstat (limited to 'tests/config.toml')
| -rw-r--r-- | tests/config.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/config.toml b/tests/config.toml index f69b51b..19e1e5f 100644 --- a/tests/config.toml +++ b/tests/config.toml @@ -9,16 +9,17 @@ adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"] level = "INFO" verbose_exception = true -[plugin.HydroRoll.rule] -rules = [] -rule_dirs = ["rules"] - [adapter.cqhttp] adapter_type = "reverse-ws" host = "127.0.0.1" -port = 15800 +port = 8080 url = "/cqhttp/ws" show_raw = false [adapter.apscheduler] -scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" }
\ No newline at end of file +scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" } + +[plugin.HydroRoll] +uid = '' +rules = [] +rule_dirs = ["rules"]
\ No newline at end of file |