Skip to content

Commit d6c1b0a

Browse files
committed
dev.env: coturn is now a fixed/non-optional component
1 parent 6623813 commit d6c1b0a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

dev.env

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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
3629
ENABLE_GREENLIGHT=true
@@ -64,7 +57,7 @@ ETHERPAD_API_KEY=SuperEtherpadKey
6457
RAILS_SECRET=SuperRailsSecret_SuperRailsSecret
6558
POSTGRESQL_SECRET=SuperPostgresSecret
6659
FSESL_PASSWORD=SuperFreeswitchESLPassword
67-
60+
#TURN_SECRET=
6861

6962

7063
# ====================================
@@ -81,11 +74,6 @@ EXTERNAL_IPv6=
8174
STUN_IP=147.182.188.245
8275
STUN_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)

0 commit comments

Comments
 (0)