From da888ff020805a38a17e5f83705aeb42ffa992ba Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sun, 7 Mar 2021 15:24:17 +0800 Subject: =?UTF-8?q?=E2=99=BB=EF=B8=8F=E2=9A=A1=EF=B8=8F=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=20Service=EF=BC=8C=E4=BC=98=E5=8C=96=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 3a73f28..d405530 100644 --- a/config.yml +++ b/config.yml @@ -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 -- cgit v1.2.3