openvidu-deployment: Add COTURN_INTERNAL_RELAY configuration to route TURN traffic through internal network
This commit is contained in:
parent
dc8626fbf4
commit
79872ca288
@ -399,6 +399,13 @@ ELASTICSEARCH_PASSWORD=
|
||||
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
|
||||
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
|
||||
|
||||
# TURN traffic through internal network
|
||||
# --------------------------
|
||||
# Wether to route TURN traffic through the internal network
|
||||
# Default value is COTURN_INTERNAL_RELAY=true
|
||||
COTURN_INTERNAL_RELAY=true
|
||||
|
||||
|
||||
# Private Docker registries for custom images
|
||||
# --------------------------
|
||||
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,
|
||||
|
||||
@ -395,6 +395,12 @@ ELASTICSEARCH_PASSWORD=
|
||||
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
|
||||
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
|
||||
|
||||
# TURN traffic through internal network
|
||||
# --------------------------
|
||||
# Wether to route TURN traffic through the internal network
|
||||
# Default value is COTURN_INTERNAL_RELAY=true
|
||||
COTURN_INTERNAL_RELAY=true
|
||||
|
||||
# Private Docker registries for custom images
|
||||
# --------------------------
|
||||
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user