From 9ec8b7f2b324d2f4d344baecf845e30c8036f5b6 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Tue, 31 Aug 2021 18:25:35 +0200 Subject: registration default true --- conduit-example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conduit-example.toml') diff --git a/conduit-example.toml b/conduit-example.toml index 7d419cf..8008256 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -22,8 +22,8 @@ port = 6167 # Max size for uploads max_request_size = 20_000_000 # in bytes -# Disable registration. No new users will be able to register on this server -#allow_registration = false +# Enables registration. If set to false, no users can register on this server. +allow_registration = true # Disable encryption, so no new encrypted rooms can be created # Note: existing rooms will continue to work -- cgit v1.2.3