From f5ceb8927f2e7f2a9e29d62c8e4cef876f917249 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sat, 6 Feb 2021 00:32:26 +0800 Subject: =?UTF-8?q?=F0=9F=8F=97=20=F0=9F=92=A9=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=95=A5b=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.yml (limited to 'config.yml') diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..befb1d1 --- /dev/null +++ b/config.yml @@ -0,0 +1,14 @@ +BotSelfConfig: + host: "127.0.0.1" + port: 8080 + debug: true + superusers: ["1234567890"] + nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] + command_start: ["", "/"] + command_sep: ["."] + session_expire_timeout: 3 + session_exciting_time: 3 + +HttpPost: + host: "127.0.0.1" + port: 8081 \ No newline at end of file -- cgit v1.2.3