1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Upgrade livekit-jwt-servie (0.2.3 -> 0.3.0) and make use of the new LIVEKIT_FULL_ACCESS_HOMESERVERS environment variable

Ref: https://github.com/element-hq/lk-jwt-service/releases/tag/v0.3.0
This commit is contained in:
Slavi Pantaleev
2025-07-30 06:46:24 +03:00
parent 0728f9ca36
commit e7d4bd4e28
3 changed files with 12 additions and 1 deletions

View File

@ -11,4 +11,6 @@ LIVEKIT_KEY={{ matrix_livekit_jwt_service_environment_variable_livekit_key }}
LIVEKIT_URL={{ matrix_livekit_jwt_service_environment_variable_livekit_url }}
LIVEKIT_SECRET={{ matrix_livekit_jwt_service_environment_variable_livekit_secret }}
LIVEKIT_FULL_ACCESS_HOMESERVERS={{ matrix_livekit_jwt_service_environment_variable_livekit_full_access_homeservers }}
{{ matrix_livekit_jwt_service_environment_variables_extension }}