diff --git a/roles/docker-bigbluebutton/templates/env.j2 b/roles/docker-bigbluebutton/templates/env.j2 index 81ed9a4f..83247130 100644 --- a/roles/docker-bigbluebutton/templates/env.j2 +++ b/roles/docker-bigbluebutton/templates/env.j2 @@ -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.