From 84694900e45a22eab23999422b41b26050b88de4 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 1 Apr 2019 17:57:43 +0200 Subject: [PATCH] Annonce the right Webhook URL for Matrix --- roles/matrix-appservice-webhooks/templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-appservice-webhooks/templates/config.yaml.j2 b/roles/matrix-appservice-webhooks/templates/config.yaml.j2 index 8be6b99..9355aff 100644 --- a/roles/matrix-appservice-webhooks/templates/config.yaml.j2 +++ b/roles/matrix-appservice-webhooks/templates/config.yaml.j2 @@ -26,7 +26,7 @@ provisioning: # Configuration related to the web portion of the bridge. Handles the inbound webhooks web: - hookUrlBase: 'http://synapse.adm.auro.re:9000/' + hookUrlBase: 'https://auro.re:9442/' logging: file: logs/webhook.log