1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index 40ce4d2762..043d11545f 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_url: 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).
|