mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 支持同时监听https端口,7002
This commit is contained in:
@@ -24,6 +24,12 @@ const development = {
|
||||
koa: {
|
||||
port: 7001,
|
||||
},
|
||||
https: {
|
||||
enabled: true,
|
||||
port: 7002,
|
||||
key: './data/ssl/cert.key',
|
||||
cert: './data/ssl/cert.crt',
|
||||
},
|
||||
staticFile: {
|
||||
usePrecompiledGzip: true,
|
||||
buffer: true,
|
||||
|
||||
Reference in New Issue
Block a user