chore: Update example config
This commit is contained in:
parent
c6943ae683
commit
1e527c1075
1 changed files with 9 additions and 7 deletions
|
|
@ -476,20 +476,22 @@
|
|||
#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
|
||||
# creating an account. This token does not supersede tokens from other sources, such as the `!admin token`
|
||||
# command or the `registration_token_file` configuration option.
|
||||
# creating an account. This token does not supersede tokens from other
|
||||
# sources, such as the `!admin token` command or the
|
||||
# `registration_token_file` configuration option.
|
||||
#
|
||||
# example: "o&^uCtes4HPf0Vu@F20jQeeWE7"
|
||||
#
|
||||
#registration_token =
|
||||
|
||||
# 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`
|
||||
# command or the `registration_token` configuration option.
|
||||
# Tokens in this file do not supersede tokens from other sources, such as
|
||||
# the `!admin token` command or the `registration_token` configuration
|
||||
# option.
|
||||
#
|
||||
# The file will be read once, when Continuwuity starts. It is not currently reread
|
||||
# when the server configuration is reloaded. If the file cannot be read, Continuwuity
|
||||
# will fail to start.
|
||||
# The file will be read once, when Continuwuity starts. It is not
|
||||
# currently reread when the server configuration is reloaded. If the file
|
||||
# cannot be read, Continuwuity will fail to start.
|
||||
#
|
||||
#registration_token_file =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue