You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
761 B
18 lines
761 B
|
|
# IP address of the Docker host
|
|
# See the "Running behind NAT or on a LAN environment" section in the Handbook:
|
|
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
|
|
#DOCKER_HOST_ADDRESS=192.168.1.1
|
|
# TCP Fallback for Jitsi Videobridge for when UDP isn't available
|
|
JVB_TCP_HARVESTER_DISABLED=true
|
|
JVB_TCP_MAPPED_PORT=4443
|
|
# STUN servers used to discover the server's public IP
|
|
JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443
|
|
# 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
|
|
#JVB_ENABLE_APIS=rest,colibri
|
|
|
|
JVB_WS_DOMAIN
|
|
JVB_WS_SERVER_ID
|
|
|
|
VIDEOBRIDGE_MAX_MEMORY=500m
|
|
|