jvb: allow TCP_HARVESTER_MAPPED_PORT to be configured

This commit is contained in:
Desmond Koh
2020-04-21 20:16:35 +08:00
committed by GitHub
parent f7796a160e
commit 1205170056
5 changed files with 9 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ JVB_PORT=10000
# TCP Fallback for Jitsi Videobridge for when UDP isn't available
JVB_TCP_HARVESTER_DISABLED=true
JVB_TCP_PORT=4443
# JVB_TCP_MAPPED_PORT=4443
# A comma separated list of APIs to enable when the JVB is started [default: none]
# See https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md for more information