mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 19:58:48 +02:00
dev.env: coturn is now a fixed/non-optional component
This commit is contained in:
parent
6623813f9c
commit
d6c1b0a5ec
14
dev.env
14
dev.env
@ -24,13 +24,6 @@ ENABLE_HTTPS_PROXY=true
|
|||||||
# If your network doesn't allow access to DNS at 8.8.8.8 specify your own resolvers
|
# If your network doesn't allow access to DNS at 8.8.8.8 specify your own resolvers
|
||||||
#RESOLVER_ADDRESS=x.x.x.x
|
#RESOLVER_ADDRESS=x.x.x.x
|
||||||
|
|
||||||
# coturn (a TURN Server)
|
|
||||||
# requires either the abhove HTTPS Proxy to be enabled
|
|
||||||
# or TLS certificates to be mounted to container
|
|
||||||
ENABLE_COTURN=false
|
|
||||||
#COTURN_TLS_CERT_PATH=
|
|
||||||
#COTURN_TLS_KEY_PATH=
|
|
||||||
|
|
||||||
# Greenlight Frontend
|
# Greenlight Frontend
|
||||||
# https://docs.bigbluebutton.org/greenlight/gl-overview.html
|
# https://docs.bigbluebutton.org/greenlight/gl-overview.html
|
||||||
ENABLE_GREENLIGHT=true
|
ENABLE_GREENLIGHT=true
|
||||||
@ -64,7 +57,7 @@ ETHERPAD_API_KEY=SuperEtherpadKey
|
|||||||
RAILS_SECRET=SuperRailsSecret_SuperRailsSecret
|
RAILS_SECRET=SuperRailsSecret_SuperRailsSecret
|
||||||
POSTGRESQL_SECRET=SuperPostgresSecret
|
POSTGRESQL_SECRET=SuperPostgresSecret
|
||||||
FSESL_PASSWORD=SuperFreeswitchESLPassword
|
FSESL_PASSWORD=SuperFreeswitchESLPassword
|
||||||
|
#TURN_SECRET=
|
||||||
|
|
||||||
|
|
||||||
# ====================================
|
# ====================================
|
||||||
@ -81,11 +74,6 @@ EXTERNAL_IPv6=
|
|||||||
STUN_IP=147.182.188.245
|
STUN_IP=147.182.188.245
|
||||||
STUN_PORT=3478
|
STUN_PORT=3478
|
||||||
|
|
||||||
# TURN SERVER
|
|
||||||
# uncomment and adjust following two lines to add an external TURN server
|
|
||||||
#TURN_SERVER=turns:localhost:465?transport=tcp
|
|
||||||
#TURN_SECRET=
|
|
||||||
|
|
||||||
# Allowed SIP IPs
|
# Allowed SIP IPs
|
||||||
# due to high traffic caused by bots, by default the SIP port is blocked.
|
# due to high traffic caused by bots, by default the SIP port is blocked.
|
||||||
# but you can allow access by your providers IP or IP ranges (comma seperated)
|
# but you can allow access by your providers IP or IP ranges (comma seperated)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user