only http is supported, since 443 is occupied by vic.server

This commit is contained in:
Luk Lu
2019-10-24 23:38:59 +08:00
parent 40bbe173c0
commit 214f483a1c

View File

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