From 3198a50c933d3b546614cf939fd693b4fb76dae5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 17 Mar 2019 10:42:43 +0100 Subject: [PATCH] Changed URL to make the Webhooks appservice work --- roles/matrix-appservice-webhooks/templates/config.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/matrix-appservice-webhooks/templates/config.yaml.j2 b/roles/matrix-appservice-webhooks/templates/config.yaml.j2 index 59a3139..8be6b99 100644 --- a/roles/matrix-appservice-webhooks/templates/config.yaml.j2 +++ b/roles/matrix-appservice-webhooks/templates/config.yaml.j2 @@ -3,7 +3,7 @@ # Configuration specific to the application service. All fields (unless otherwise marked) are required. homeserver: # The domain for the client-server API calls. - url: "http://auro.re" + url: "http://localhost:8008" # The domain part for user IDs on this home server. Usually, but not always, this is the same as the # home server's URL. @@ -26,7 +26,7 @@ provisioning: # Configuration related to the web portion of the bridge. Handles the inbound webhooks web: - hookUrlBase: 'http://localhost:9000/' + hookUrlBase: 'http://synapse.adm.auro.re:9000/' logging: file: logs/webhook.log