Changed URL to make the Webhooks appservice work

This commit is contained in:
Alexandre Iooss 2019-03-17 10:42:43 +01:00
parent 2b79f9117e
commit 3198a50c93
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 2 deletions

View File

@ -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