document allow_guest_registration in conduit-example.toml

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-12-21 21:12:53 -05:00
parent 254f944121
commit 1f7fd8a68c

View file

@ -81,3 +81,6 @@ allow_device_name_federation = false
# Most users should not need to enable this.
# See https://breachattack.com/ and https://wikipedia.org/wiki/BREACH before deciding to enable this.
zstd_compression = false
# Set to true to allow user type "guest" registrations
allow_guest_registration = false