diff options
Diffstat (limited to 'example/config.example.toml')
| -rw-r--r-- | example/config.example.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/example/config.example.toml b/example/config.example.toml deleted file mode 100644 index 68ddef6..0000000 --- a/example/config.example.toml +++ /dev/null @@ -1,18 +0,0 @@ -[bot] -plugins = [] -plugin_dirs = ["plugins"] -adapters = ["iamai.adapter.cqhttp","iamai.adapter.apscheduler"] - -[bot.log] -level = "DEBUG" -verbose_exception = true - -[adapter.cqhttp] -adapter_type = "reverse-ws" -host = "127.0.0.1" -port = 15800 -url = "/cqhttp/ws" -show_raw = false - -[adapter.apscheduler] -scheduler_config = { "apscheduler.timezone" = "Asia/Shanghai" }
\ No newline at end of file |
