From 5721f25127da9cac2b283464e6ee06ec2c53659f Mon Sep 17 00:00:00 2001 From: Suwings Date: Tue, 10 Jul 2018 16:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20-=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/init_config/property.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/init_config/property.js b/model/init_config/property.js index eb6fefc..3e90ab8 100644 --- a/model/init_config/property.js +++ b/model/init_config/property.js @@ -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; \ No newline at end of file +MCSERVER.localProperty.schedule_max = 10;