core: make HTTP, HTTPS and JVB ports configurable
This commit is contained in:
@@ -8,5 +8,3 @@ RUN \
|
||||
COPY rootfs/ /
|
||||
|
||||
VOLUME /config
|
||||
|
||||
EXPOSE 10000/udp
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP={{ .Env.JICOFO_AUTH_USER }}@{{ .Env.XMPP_AUTH_DOMAIN }}/.*
|
||||
org.jitsi.videobridge.SINGLE_PORT_HARVESTER_PORT={{ .Env.JVB_PORT }}
|
||||
org.jitsi.videobridge.DISABLE_TCP_HARVESTER=true
|
||||
org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES={{ .Env.JVB_STUN_SERVERS }}
|
||||
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=
|
||||
|
||||
Reference in New Issue
Block a user