Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-09-19 23:31:08 +02:00
parent 684bda7d68
commit 8285abf650
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

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