File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ ENABLE_HTTPS_PROXY=true
2424# If your network doesn't allow access to DNS at 8.8.8.8 specify your own resolvers
2525# RESOLVER_ADDRESS=x.x.x.x
2626
27- # coturn (a TURN Server)
28- # requires either the abhove HTTPS Proxy to be enabled
29- # or TLS certificates to be mounted to container
30- ENABLE_COTURN = false
31- # COTURN_TLS_CERT_PATH=
32- # COTURN_TLS_KEY_PATH=
33-
3427# Greenlight Frontend
3528# https://docs.bigbluebutton.org/greenlight/gl-overview.html
3629ENABLE_GREENLIGHT = true
@@ -64,7 +57,7 @@ ETHERPAD_API_KEY=SuperEtherpadKey
6457RAILS_SECRET = SuperRailsSecret_SuperRailsSecret
6558POSTGRESQL_SECRET = SuperPostgresSecret
6659FSESL_PASSWORD = SuperFreeswitchESLPassword
67-
60+ # TURN_SECRET=
6861
6962
7063# ====================================
@@ -81,11 +74,6 @@ EXTERNAL_IPv6=
8174STUN_IP = 147.182.188.245
8275STUN_PORT = 3478
8376
84- # TURN SERVER
85- # uncomment and adjust following two lines to add an external TURN server
86- # TURN_SERVER=turns:localhost:465?transport=tcp
87- # TURN_SECRET=
88-
8977# Allowed SIP IPs
9078# due to high traffic caused by bots, by default the SIP port is blocked.
9179# but you can allow access by your providers IP or IP ranges (comma seperated)
You can’t perform that action at this time.
0 commit comments