aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/config.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
commit3c12e0e8d51699abeebb822414cf1ef3cc126f26 (patch)
treeef22f40ca380eb6bb374c0cf6b9209c5e68297c8 /test/config.toml
parent10289094f39b0794ebc3d4c9a901ebb16adab1fc (diff)
downloadHydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.tar.gz
HydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.zip
✨fix
Diffstat (limited to 'test/config.toml')
-rw-r--r--test/config.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/config.toml b/test/config.toml
deleted file mode 100644
index 55d49a5..0000000
--- a/test/config.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-[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" } \ No newline at end of file