mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
remove ssl config
This commit is contained in:
parent
8aade811fe
commit
ad996a4313
@ -46,11 +46,11 @@ const config = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fs.existsSync(sslDirPath)) {
|
// if (fs.existsSync(sslDirPath)) {
|
||||||
config.server.https = {
|
// config.server.https = {
|
||||||
key: path.join(__dirname, ".ssl", "privkey.pem"),
|
// key: path.join(__dirname, ".ssl", "privkey.pem"),
|
||||||
cert: path.join(__dirname, ".ssl", "cert.pem"),
|
// cert: path.join(__dirname, ".ssl", "cert.pem"),
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
export default defineConfig(config)
|
export default defineConfig(config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user