mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
fix defaults in config example
This commit is contained in:
parent
8a24c4eee5
commit
25e471dac3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class RegistrationConfig(Config):
|
|||
# If true, stop users from trying to change the 3PIDs associated with
|
||||
# their accounts.
|
||||
#
|
||||
# disable_3pid_changes: True
|
||||
# disable_3pid_changes: False
|
||||
|
||||
# If set, allows registration by anyone who also has the shared
|
||||
# secret, even if registration is otherwise disabled.
|
||||
|
|
Loading…
Reference in a new issue