chore: Update example config

This commit is contained in:
Ginger 2026-03-04 10:24:16 -05:00
parent c6943ae683
commit 1e527c1075
No known key found for this signature in database

View file

@ -476,20 +476,22 @@
#yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse = false #yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse = false
# A static registration token that new users will have to provide when # A static registration token that new users will have to provide when
# creating an account. This token does not supersede tokens from other sources, such as the `!admin token` # creating an account. This token does not supersede tokens from other
# command or the `registration_token_file` configuration option. # sources, such as the `!admin token` command or the
# `registration_token_file` configuration option.
# #
# example: "o&^uCtes4HPf0Vu@F20jQeeWE7" # example: "o&^uCtes4HPf0Vu@F20jQeeWE7"
# #
#registration_token = #registration_token =
# A path to a file containing static registration tokens, one per line. # A path to a file containing static registration tokens, one per line.
# Tokens in this file do not supersede tokens from other sources, such as the `!admin token` # Tokens in this file do not supersede tokens from other sources, such as
# command or the `registration_token` configuration option. # the `!admin token` command or the `registration_token` configuration
# option.
# #
# The file will be read once, when Continuwuity starts. It is not currently reread # The file will be read once, when Continuwuity starts. It is not
# when the server configuration is reloaded. If the file cannot be read, Continuwuity # currently reread when the server configuration is reloaded. If the file
# will fail to start. # cannot be read, Continuwuity will fail to start.
# #
#registration_token_file = #registration_token_file =