From 2c2dd372754cc31b6033160194766ca5b946174d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 6 Nov 2019 22:36:55 +0200 Subject: [PATCH] Change example homeserver values to example.com --- example-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 90d122e6..c97bd70c 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -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