add sslType
This commit is contained in:
@@ -2,6 +2,13 @@ module.exports = {
|
||||
protocol: 'http',
|
||||
host: 'localhost',
|
||||
port: undefined,
|
||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||
sslType: 'file', // file|greenlock
|
||||
sslDomainList: [],
|
||||
sslKey: 'ssl/privkey.pem', // ssl key file,
|
||||
sslCert: 'ssl/fullchain.pem', // ssl cert file,
|
||||
sslCA: 'ssl/client-cert.pem', // ssl ca file,
|
||||
|
||||
|
||||
deploy: {
|
||||
host: '', // 待部署到的主机
|
||||
|
||||
Reference in New Issue
Block a user