Optimized Nextcloud variables

This commit is contained in:
2025-09-27 12:14:57 +02:00
parent c3e5db7f2e
commit 75d476267e
10 changed files with 60 additions and 51 deletions

View File

@@ -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'
]