Make maubot talk to the homeserver via matrix_addons_homeserver_client_api_url

This commit is contained in:
Slavi Pantaleev
2024-01-13 18:04:21 +02:00
parent fa591ba278
commit ed63068e22
4 changed files with 13 additions and 4 deletions

View File

@ -2145,7 +2145,9 @@ matrix_bot_maubot_systemd_required_services_list_auto: |
([devture_postgres_identifier ~ '.service'] if (devture_postgres_enabled and matrix_bot_maubot_database_hostname == devture_postgres_connection_hostname) else [])
}}
matrix_bot_maubot_registration_shared_secret: |-
matrix_bot_maubot_homeserver_url: "{{ matrix_addons_homeserver_client_api_url }}"
matrix_bot_maubot_homeserver_secret: |-
{{
{
'synapse': matrix_synapse_registration_shared_secret,