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