diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 967efd37..7d154f6f 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -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 =