Change example homeserver values to example.com

This commit is contained in:
Tulir Asokan
2019-11-06 22:36:55 +02:00
parent 4d4a3b6bf6
commit 2c2dd37275
+2 -2
View File
@@ -1,9 +1,9 @@
# Homeserver details
homeserver:
# The address that this appservice can use to connect to the homeserver.
address: https://matrix.org
address: https://example.com
# The domain of the homeserver (for MXIDs, etc).
domain: matrix.org
domain: example.com
# Whether or not to verify the SSL certificate of the homeserver.
# Only applies if address starts with https://
verify_ssl: true