Decoupling: Do not use variables user-verification-service role inside the jitsi role.

This commit is contained in:
jakicoll
2023-02-06 15:18:25 +01:00
parent 1d99f17b4a
commit 6499b6536a
2 changed files with 2 additions and 1 deletions

View File

@ -1949,6 +1949,7 @@ matrix_jitsi_etherpad_base: "{{ matrix_etherpad_base_url if matrix_etherpad_enab
# Allow verification using JWT and matrix-UVS
matrix_jitsi_prosody_auth_matrix_uvs_auth_token: "{{ matrix_user_verification_service_uvs_auth_token }}"
matrix_jitsi_prosody_auth_matrix_uvs_location: "{{ matrix_user_verification_service_container_url }}"
matrix_jitsi_self_check_validate_certificates: "{{ false if matrix_ssl_retrieval_method == 'self-signed' else true }}"