Add port listener config for http server

This commit is contained in:
Mészáros Mihály
2018-11-12 11:23:00 +01:00
parent 8350fcf006
commit 9d44674b05
+4
View File
@@ -16,6 +16,10 @@ module.exports =
},
// Listening port for https server.
listeningPort : 443,
// Any http request is redirected to https.
// Listening port for http server.
listeningRedirectPort : 80,
// STUN/TURN
turnServers : [
{
urls : [