mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
stopping the recursive loop
This commit is contained in:
parent
d53c2428b8
commit
dbbaae4fbe
@ -5953,7 +5953,7 @@ matrix_livekit_server_livekit_dev_key: "{{ matrix_livekit_server_dev_key }}" #
|
||||
matrix_jwt_service_enabled: false # Default is false; should be enabled in host_vars as needed
|
||||
matrix_jwt_service_version: "latest-ci" # Default version; can be overridden in host_vars
|
||||
matrix_jwt_service_scheme: "https" # Scheme for Element Call (e.g., https)
|
||||
matrix_jwt_service_hostname: "{{ matrix_jwt_service_hostname }}" # Default hostname; should be overridden in host_vars if different
|
||||
matrix_jwt_service_hostname: "sfu-jwt.{{ matrix_domain }}" # Default hostname; should be overridden in host_vars if different
|
||||
matrix_jwt_service_path_prefix: "/" # Path prefix for Element Call
|
||||
matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/matrix-jwt-service" # Base path for storing Element Call-related files
|
||||
matrix_jwt_service_container_image: "ghcr.io/element-hq/lk-jwt-service:{{ matrix_jwt_service_version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user