默认只启动 http server,不要 https server。

This commit is contained in:
lulu
2018-10-22 17:21:33 +08:00
parent a983ffce14
commit 8f47119c6b
2 changed files with 7 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
module.exports={
protocol:'httpall',
protocol:'http',
host:'localhost',
port:undefined,
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置: