From 8b172cc19447be51a17fd94db46246b29a961086 Mon Sep 17 00:00:00 2001 From: Backslash Date: Fri, 27 Sep 2024 12:35:38 +1000 Subject: [PATCH] Update env.j2 --- roles/custom/matrix-element-call/templates/env.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/env.j2 b/roles/custom/matrix-element-call/templates/env.j2 index 71e9a0693..1a1eb953d 100644 --- a/roles/custom/matrix-element-call/templates/env.j2 +++ b/roles/custom/matrix-element-call/templates/env.j2 @@ -1,7 +1,8 @@ # Environment variables for Element Call ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }} +LIVEKIT_KEY=devkey LIVEKIT_SERVICE_URL={{ matrix_element_call_livekit_service_url }} -LIVEKIT_SECRET={{ matrix_element_call_livekit_dev_key }} +LIVEKIT_SECRET={{ matrix_element_call_jwt_secret }} JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }} # Optional additional environment variables provided by the user