From 142e871551c7542bb3f1bb784a3543273e28cc72 Mon Sep 17 00:00:00 2001 From: rpwolff Date: Thu, 8 Feb 2024 21:14:18 +0100 Subject: [PATCH] =?UTF-8?q?erg=C3=A4zung=20app=20service=20config=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mautrix-whatsapp/config.yaml | 2 +- synapse/homeserver.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mautrix-whatsapp/config.yaml b/mautrix-whatsapp/config.yaml index b43e9b5..b16d28d 100644 --- a/mautrix-whatsapp/config.yaml +++ b/mautrix-whatsapp/config.yaml @@ -27,7 +27,7 @@ homeserver: # Changing these values requires regeneration of the registration. appservice: # The address that the homeserver can use to connect to this appservice. - address: http://localhost:29318 + address: http://mautrix-whatsapp:29318 # The hostname and port where this appservice should listen. hostname: 0.0.0.0 diff --git a/synapse/homeserver.yaml b/synapse/homeserver.yaml index c0c984f..e6c2281 100644 --- a/synapse/homeserver.yaml +++ b/synapse/homeserver.yaml @@ -41,6 +41,8 @@ suppress_key_server_warning: true serve_server_wellknown: true # matrix_mautrix_whatsapp_enabled: true +app_service_config_files: +- /data/whatsapp-bridge.yaml # #auto_join_rooms: # - "#example:example.com"