默认使用 60842 端口

This commit is contained in:
luk.lu
2019-10-09 10:56:51 +08:00
parent 152783fe8e
commit f336d7392b

View File

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