mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-13 19:35:11 +02:00
Update LiveKit JWT service path prefix (/lk-jwt-service
-> /livekit-jwt-service
)
This commit is contained in:
@ -6330,7 +6330,7 @@ matrix_livekit_jwt_service_enabled: "{{ matrix_element_call_enabled and livekit_
|
||||
matrix_livekit_jwt_service_scheme: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}"
|
||||
|
||||
matrix_livekit_jwt_service_hostname: "{{ matrix_server_fqn_matrix }}"
|
||||
matrix_livekit_jwt_service_path_prefix: "/lk-jwt-service"
|
||||
matrix_livekit_jwt_service_path_prefix: "/livekit-jwt-service"
|
||||
|
||||
matrix_livekit_jwt_service_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm64'] }}"
|
||||
|
||||
|
Reference in New Issue
Block a user