Solved another bbb variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-06 10:02:37 +02:00
parent 37418b2658
commit 27d9244254
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

@ -54,7 +54,7 @@ STUN_PORT={{ ports.public.stun[application_id] }}
# TURN SERVER
# uncomment and adjust following two lines to add an external TURN server
TURN_SERVER=turns:{{domains[application_id]}}:{{ ports.public.turn[application_id] }}?transport=tcp
TURN_SECRET={{applications.bigbluebutton.turn_secret}}
TURN_SECRET={{applications.bigbluebutton.credentials.turn_secret}}
# Allowed SIP IPs
# due to high traffic caused by bots, by default the SIP port is blocked.