only http is supported, since 443 is occupied by vic.server
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
module.exports={
|
module.exports={
|
||||||
protocol: 'https',
|
protocol: 'http',
|
||||||
host: 'server.vic.yuanjin.net',
|
host: 'server.vic.yuanjin.net',
|
||||||
port: undefined,
|
port: undefined,
|
||||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||||
|
|||||||
Reference in New Issue
Block a user