summaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-03-07 15:24:17 +0800
committerKyomotoi <[email protected]>2021-03-07 15:24:17 +0800
commitda888ff020805a38a17e5f83705aeb42ffa992ba (patch)
tree28fa5cc06c3b77970ced9136f12ed2bd94436926 /config.yml
parent51624483cb23e8922cbdf5f529e1dcb2342333a7 (diff)
downloadATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.tar.gz
ATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.tar.bz2
ATRI-da888ff020805a38a17e5f83705aeb42ffa992ba.zip
♻️⚡️ 重构 Service,优化部分代码
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml13
1 files changed, 11 insertions, 2 deletions
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