|
|
|
@ -4,6 +4,11 @@ org.jitsi.videobridge.TCP_HARVESTER_PORT={{ .Env.JVB_TCP_PORT }} |
|
|
|
|
{{ if .Env.JVB_STUN_SERVERS }} |
|
|
|
|
org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES={{ .Env.JVB_STUN_SERVERS }} |
|
|
|
|
{{ end }} |
|
|
|
|
{{ $JVB_TCP_PORT := .Env.JVB_TCP_PORT | default "4443" }} |
|
|
|
|
{{ $JVB_TCP_MAPPED_PORT := .Env.JVB_TCP_MAPPED_PORT | default $JVB_TCP_PORT }} |
|
|
|
|
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }} |
|
|
|
|
org.jitsi.videobridge.TCP_HARVESTER_MAPPED_PORT={{ $JVB_TCP_MAPPED_PORT }} |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
org.jitsi.videobridge.xmpp.user.shard.HOSTNAME={{ .Env.XMPP_SERVER }} |
|
|
|
|
org.jitsi.videobridge.xmpp.user.shard.DOMAIN={{ .Env.XMPP_AUTH_DOMAIN }} |
|
|
|
|