From 4acb025130278f2a8426b41f2ec4920f9d409ed4 Mon Sep 17 00:00:00 2001 From: wjbeckett Date: Tue, 1 Oct 2024 13:35:53 +1000 Subject: [PATCH] testing livekit configuration --- roles/custom/matrix-jwt-service/templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-jwt-service/templates/env.j2 b/roles/custom/matrix-jwt-service/templates/env.j2 index 8034a9b33..4bb12aaf5 100644 --- a/roles/custom/matrix-jwt-service/templates/env.j2 +++ b/roles/custom/matrix-jwt-service/templates/env.j2 @@ -1,4 +1,4 @@ # Environment variables for JWT Service LIVEKIT_KEY=devkey LIVEKIT_URL=wss://{{ matrix_livekit_server_hostname }}:443 -LIVEKIT_SECRET={{ matrix_element_call_jwt_secret }} \ No newline at end of file +LIVEKIT_SECRET={{ matrix_livekit_server_dev_key }} \ No newline at end of file