From c6b183018401248dcc01019671737797e1deca8d Mon Sep 17 00:00:00 2001 From: rpwolff Date: Tue, 13 Feb 2024 14:09:53 +0100 Subject: [PATCH] appservice --- synapse/mautrix-telegram/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/mautrix-telegram/config.yaml b/synapse/mautrix-telegram/config.yaml index 8d9a2fe..c1f68de 100644 --- a/synapse/mautrix-telegram/config.yaml +++ b/synapse/mautrix-telegram/config.yaml @@ -26,7 +26,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:29317 + address: http://mautrix-telegram:29317 # When using https:// the TLS certificate and key files for the address. tls_cert: false tls_key: false