aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.toml')
-rw-r--r--test/config.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/config.toml b/test/config.toml
new file mode 100644
index 0000000..55d49a5
--- /dev/null
+++ b/test/config.toml
@@ -0,0 +1,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" } \ No newline at end of file