|
|
@@ -58,7 +58,7 @@ matrix_dimension_configuration_yaml: | |
|
|
# The URL that Dimension should use when trying to communicate with federated APIs on |
|
|
# 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 |
|
|
# the homeserver. If not supplied or left empty Dimension will try to resolve the address |
|
|
# through the normal federation process. |
|
|
# through the normal federation process. |
|
|
federationUrl: "http://matrix-synapse:8048" |
|
|
|
|
|
|
|
|
federationUrl: "http://matrix-synapse:{{ 8048 if matrix_synapse_federation_enabled|bool else 8008 }}" |
|
|
|
|
|
|
|
|
# The URL that Dimension will redirect media requests to for downloading media such as |
|
|
# 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. |
|
|
# stickers. If not supplied or left empty Dimension will use the clientServerUrl. |
|
|
|