Make Matrix Federation required and fix internal federationUrl

This commit is contained in:
Edgars Voroboks
2019-03-09 10:30:31 +02:00
parent 27772a6420
commit bcbfc1e838
2 changed files with 9 additions and 1 deletions

View File

@ -17,7 +17,7 @@ homeserver:
# The URL that Dimension should use when trying to communicate with federated APIs on
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
# through the normal federation process.
federationUrl: "https://matrix-synapse:8448"
federationUrl: "http://matrix-synapse:8048"
# The URL that Dimension will redirect media requests to for downloading media such as
# stickers. If not supplied or left empty Dimension will use the clientServerUrl.