Disable registrations by default

See https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/22.
This commit is contained in:
decentral1se
2022-03-13 16:55:48 +01:00
parent c71f3bc519
commit 919e9253ae
4 changed files with 5 additions and 2 deletions

View File

@ -1169,7 +1169,7 @@ turn_allow_guests: {{ env "TURN_ALLOW_GUESTS" }}
# Enable registration for new users.
#
#enable_registration: false
enable_registration: {{ env "ENABLE_REGISTRATION" }}
# Time that a user's session remains valid for, after they log in.
#