mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-29 10:38:39 +02:00
Solved another bbb variable bug
This commit is contained in:
parent
37418b2658
commit
27d9244254
@ -54,7 +54,7 @@ STUN_PORT={{ ports.public.stun[application_id] }}
|
|||||||
# TURN SERVER
|
# TURN SERVER
|
||||||
# uncomment and adjust following two lines to add an external 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_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
|
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user