mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 18:58:10 +02:00
Optimized Nextcloud variables
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
return 'turn_servers' => [
|
||||
[
|
||||
'host' => 'coturn',
|
||||
'port' => 3478,
|
||||
'port' => {{ NEXTCLOUD_TALK_TURN_ONBOARD_STUN_PORT }},
|
||||
'secret' => 'my-secret-key',
|
||||
'protocols' => 'udp,tcp'
|
||||
]
|
||||
|
Reference in New Issue
Block a user