diff --git a/containers/mautrix-facebook.yaml b/containers/mautrix-facebook.yaml index 6dc9361..9b4f397 100644 --- a/containers/mautrix-facebook.yaml +++ b/containers/mautrix-facebook.yaml @@ -1,7 +1,7 @@ # Homeserver details homeserver: # The address that this appservice can use to connect to the homeserver. - address: http://redalder.org + address: https://matrix.redalder.org # The domain of the homeserver (for MXIDs, etc). domain: matrix.redalder.rgo # Whether or not to verify the SSL certificate of the homeserver. @@ -57,7 +57,7 @@ appservice: prefix: /public # The base URL where the public-facing endpoints are available. The prefix is not added # implicitly. - external: https://redalder.org/mufb + external: https://matrix.redalder.org/mufb # Shared secret for integration managers such as mautrix-manager. # If set to "generate", a random string will be generated on the next startup. # If null, integration manager access to the API will not be possible.