From f911df2a427a5f4ebddd79a78c16412e396d7bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 21 Apr 2020 17:03:05 +0200 Subject: [PATCH] jvb: set JVB_TCP_MAPPED_PORT default value --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 5129ebe..537af64 100644 --- a/env.example +++ b/env.example @@ -215,7 +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 +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