summary refs log tree commit diff
path: root/synapse/config/registration.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-11-03 13:48:43 +0000
committerMatthew Hodgson <matthew@matrix.org>2018-11-03 13:48:43 +0000
commit802803fac6f12e67333ead27fb899ff4e42a3272 (patch)
tree04fdb870a2966c163b92560c460ff5a659c2d45f /synapse/config/registration.py
parentfix deferrs on _get_appservice_user_id and fix default config (diff)
downloadsynapse-802803fac6f12e67333ead27fb899ff4e42a3272.tar.xz
don't specify shadow-server by default
Diffstat (limited to 'synapse/config/registration.py')
-rw-r--r--synapse/config/registration.py6
1 files changed, 3 insertions, 3 deletions
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).