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 = {
port: 80,
protocol: 'http',
protocol: 'httpall',
host: 'localhost',
sslType: 'file'
};