默认只启动 http server,不要 https server。
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports={
|
||||
protocol:'httpall',
|
||||
protocol:'http',
|
||||
host:'localhost',
|
||||
port:undefined,
|
||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||
|
||||
Reference in New Issue
Block a user