LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 23:32:15 +03:00
parent efc9bfd114
commit a6681ffe40
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -50,8 +50,6 @@ app.use('/sfu', express.static(path.join(__dirname, 'public')))
const options = {
key: fs.readFileSync('./server/ssl/key.pem', 'utf-8'),
cert: fs.readFileSync('./server/ssl/cert.pem', 'utf-8'),
requestCert: false,
rejectUnauthorized: false
}
// const httpsServer = https.createServer(options, app);