diff options
| author | 2023-11-03 03:28:35 +0800 | |
|---|---|---|
| committer | 2023-11-03 03:28:35 +0800 | |
| commit | 5a2033860a328c4116f0ede2874915315e7487b0 (patch) | |
| tree | f7b6d88d50ce33bd5fb52fbcfbca906738f412d6 /tests/config.toml | |
| parent | 4bf6db5200affc2f623aa02301020092c0789d19 (diff) | |
| download | HydroRoll-5a2033860a328c4116f0ede2874915315e7487b0.tar.gz HydroRoll-5a2033860a328c4116f0ede2874915315e7487b0.zip | |
Co-authored-by: HadalFauna <HadalFauna@users.noreply.github.com>
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 |
