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