From 5dfc2efb5a4e7da446a8da1a8f678be939ce1d50 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 2 Sep 2025 11:59:50 +0200 Subject: [PATCH] Used port variable --- roles/web-app-nextcloud/templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/web-app-nextcloud/templates/env.j2 b/roles/web-app-nextcloud/templates/env.j2 index 781b8525..b4fb3aa6 100644 --- a/roles/web-app-nextcloud/templates/env.j2 +++ b/roles/web-app-nextcloud/templates/env.j2 @@ -48,7 +48,7 @@ TURN_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_tur SIGNALING_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_signaling_secret') }} INTERNAL_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_internal_secret') }} TZ={{ HOST_TIMEZONE }} -TALK_PORT=3478 +TALK_PORT={{ NEXTCLOUD_TALK_INT_TURN_PORT }} {% endif %} {% if NEXTCLOUD_WHITEBOARD_ENABLED %}