summaryrefslogtreecommitdiff
path: root/debian
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 /debian
parent49dd3567c693df48cfb4ca5ae482b5607e684efa (diff)
downloadconduit-9ec8b7f2b324d2f4d344baecf845e30c8036f5b6.zip
registration default true
Diffstat (limited to 'debian')
-rw-r--r--debian/postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst
index 824fd64..6bd1a3a 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -62,8 +62,8 @@ port = ${CONDUIT_PORT}
# 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.