summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-08-31 18:25:35 +0200
committerJonathan de Jong <jonathan@automatia.nl>2021-08-31 18:25:35 +0200
commit9ec8b7f2b324d2f4d344baecf845e30c8036f5b6 (patch)
tree8bc3077ae3b7ad9bc166ed3b6d9a7768ea73b8c7 /conduit-example.toml
parent49dd3567c693df48cfb4ca5ae482b5607e684efa (diff)
downloadconduit-9ec8b7f2b324d2f4d344baecf845e30c8036f5b6.zip
registration default true
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml4
1 files changed, 2 insertions, 2 deletions
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