feat: 修改ssl配置

This commit is contained in:
chaosBreaking
2019-08-31 23:48:25 +08:00
parent 63ee51031e
commit 94948063a3

View File

@@ -1,5 +1,6 @@
module.exports = { module.exports = {
port: 80, port: 80,
protocol: 'http', protocol: 'httpall',
host: 'localhost', host: 'localhost',
sslType: 'file'
}; };