From 8350fcf00667a38617b9327440e40a79ac772853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Mon, 12 Nov 2018 11:22:20 +0100 Subject: [PATCH] Change default https listening port to 443 --- server/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.example.js b/server/config.example.js index 9615767..1f92b40 100644 --- a/server/config.example.js +++ b/server/config.example.js @@ -15,7 +15,7 @@ module.exports = key : `${__dirname}/certs/mediasoup-demo.localhost.key.pem` }, // Listening port for https server. - listeningPort : 3443, + listeningPort : 443, turnServers : [ { urls : [