diff options
author | Kyomotoi <[email protected]> | 2021-03-14 16:22:34 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-03-14 16:22:34 +0800 |
commit | 64a991e035e52e0a17e73d4e671a22ea9a7489da (patch) | |
tree | 8952d23a3d0f165d363e134ff7c64dbf05a670d3 /config.yml | |
parent | da888ff020805a38a17e5f83705aeb42ffa992ba (diff) | |
download | ATRI-64a991e035e52e0a17e73d4e671a22ea9a7489da.tar.gz ATRI-64a991e035e52e0a17e73d4e671a22ea9a7489da.tar.bz2 ATRI-64a991e035e52e0a17e73d4e671a22ea9a7489da.zip |
✨🐛 更新插件,修复一些bug
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,8 +1,3 @@ -/* - * File: config.yml - * Project: https://github.com/Kyomotoi/ATRI - */ - BotSelfConfig: host: "127.0.0.1" port: 25565 @@ -11,7 +6,7 @@ BotSelfConfig: nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] command_start: ["", "/"] command_sep: ["."] - session_expire_timeout: 3 + session_expire_timeout: 120 session_exciting_time: 3 NetworkPost: @@ -20,4 +15,4 @@ NetworkPost: AdminPage: host: "127.0.0.1" - port: 11451
\ No newline at end of file + port: 11451 |