diff options
author | Kyomotoi <[email protected]> | 2021-02-06 00:32:26 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-02-06 00:32:26 +0800 |
commit | f5ceb8927f2e7f2a9e29d62c8e4cef876f917249 (patch) | |
tree | 40b9dcd6b7d3db486054e3aa9b5a04d25fa2284e /config.yml | |
parent | eb52fab79ada7efe6191e3a5f90179766feaded0 (diff) | |
download | ATRI-f5ceb8927f2e7f2a9e29d62c8e4cef876f917249.tar.gz ATRI-f5ceb8927f2e7f2a9e29d62c8e4cef876f917249.tar.bz2 ATRI-f5ceb8927f2e7f2a9e29d62c8e4cef876f917249.zip |
🏗 💩 更改项目结构,修复啥b BUG
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
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 |