forked from mirror/MCSManager
修改 - 初始配置注释错误
This commit is contained in:
parent
8cc697448d
commit
5721f25127
@ -36,7 +36,7 @@ MCSERVER.localProperty.ftp_is_allow = true;
|
||||
MCSERVER.localProperty.ftp_port = 10022;
|
||||
|
||||
|
||||
//HTTP 服务监听ip, 默认 0.0.0.0
|
||||
// 服务监听ip, 默认 0.0.0.0
|
||||
MCSERVER.localProperty.ftp_ip = "";
|
||||
|
||||
|
||||
@ -94,4 +94,4 @@ MCSERVER.localProperty.session_max_age = 240
|
||||
|
||||
//每个服务器拥有的最大计划任务数量
|
||||
//默认 10 个
|
||||
MCSERVER.localProperty.schedule_max = 10;
|
||||
MCSERVER.localProperty.schedule_max = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user