|
|
|
@@ -3207,8 +3207,6 @@ matrix_user_verification_service_container_http_host_bind_port: "{{ '' if (matr |
|
|
|
# URL exposed in the docker network |
|
|
|
matrix_user_verification_service_container_url: "http://{{ matrix_user_verification_service_container_name }}:3000" |
|
|
|
|
|
|
|
# Set the homeserver URL to the container name if synapse is managed by this playbook |
|
|
|
matrix_user_verification_service_uvs_homeserver_url: "{{ matrix_homeserver_container_url if matrix_synapse_enabled }}" |
|
|
|
# We connect via the container network (private IPs), so we need to disable IP checks |
|
|
|
matrix_user_verification_service_uvs_disable_ip_blacklist: "{{'true' if matrix_synapse_enabled else 'false'}}" |
|
|
|
|
|
|
|
|