Fix bridges failing to upload media when Synapse workers are enabled

This commit is contained in:
Slavi Pantaleev
2021-01-25 13:55:08 +02:00
parent 66cdc7bf5a
commit d3ecc6f017
14 changed files with 24 additions and 15 deletions

View File

@ -72,6 +72,11 @@ matrix_ntpd_service: "{{ 'ntpd' if ansible_os_family == 'RedHat' or ansible_dist
matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
# Specifies where the homeserver is on the container network.
# Where this is depends on whether there's a reverse-proxy in front of it, etc.
# This likely gets overriden elsewhere.
matrix_homeserver_container_url: "http://matrix-synapse:8008"
matrix_identity_server_url: ~
matrix_integration_manager_rest_url: ~