From 802803fac6f12e67333ead27fb899ff4e42a3272 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 3 Nov 2018 13:48:43 +0000 Subject: don't specify shadow-server by default --- synapse/config/registration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'synapse/config/registration.py') diff --git a/synapse/config/registration.py b/synapse/config/registration.py index e6cac8c849..40ce4d2762 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -146,9 +146,9 @@ class RegistrationConfig(Config): # If specified, attempt to replay registrations, profile changes & 3pid # bindings on the given target homeserver via the AS API. The HS is authed # via a given AS token. - shadow-server: - hs: https://shadow.example.com - as-token: 12u394refgbdhivsia + # shadow-server: + # hs: https://shadow.example.com + # as-token: 12u394refgbdhivsia # If enabled, don't let users set their own display names/avatars # other than for the very first time (unless they are a server admin). -- cgit 1.5.1