mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 优化passkey
This commit is contained in:
@@ -88,10 +88,6 @@ export default (req: any) => {
|
||||
host: "0.0.0.0",
|
||||
port: 3008,
|
||||
fs: devServerFs,
|
||||
https: {
|
||||
key: fs.readFileSync("./keys/localhost+1-key.pem"),
|
||||
cert: fs.readFileSync("./keys/localhost+1.pem"),
|
||||
},
|
||||
allowedHosts: ["localhost", "127.0.0.1", "yfy.docmirror.cn", "docmirror.top", "*", "local.dev"],
|
||||
proxy: {
|
||||
// with options
|
||||
|
||||
Reference in New Issue
Block a user