diff options
author | Kyomotoi <[email protected]> | 2021-03-07 15:24:17 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-03-07 15:24:17 +0800 |
commit | da888ff020805a38a17e5f83705aeb42ffa992ba (patch) | |
tree | 28fa5cc06c3b77970ced9136f12ed2bd94436926 /config.yml | |
parent | 51624483cb23e8922cbdf5f529e1dcb2342333a7 (diff) | |
download | ATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.tar.gz ATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.tar.bz2 ATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.zip |
♻️⚡️ 重构 Service,优化部分代码
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,8 @@ +/* + * File: config.yml + * Project: https://github.com/Kyomotoi/ATRI + */ + BotSelfConfig: host: "127.0.0.1" port: 25565 @@ -9,6 +14,10 @@ BotSelfConfig: session_expire_timeout: 3 session_exciting_time: 3 -HttpPost: +NetworkPost: + host: "127.0.0.1" + port: 23333 + +AdminPage: host: "127.0.0.1" - port: 23333
\ No newline at end of file + port: 11451
\ No newline at end of file |