Changed URL to make the Webhooks appservice work
This commit is contained in:
parent
2b79f9117e
commit
3198a50c93
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue