commit eb9b481eba63dbbfe0e83fac238be3482e21ccfa
parent 64edc49392f1786aebf6a5a0c9b60742ca734d6e
Author: BlockListed <44610569+BlockListed@users.noreply.github.com>
Date: Tue, 7 Feb 2023 08:48:48 +0100
improve wording of domain description
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config.rs b/src/config.rs
@@ -401,7 +401,7 @@ make_config! {
/// General settings
settings {
/// Domain URL |> This needs to be set to the URL used to access the server, including 'http[s]://'
- /// and port, if it's different than the default, but excluding a trailing slash.
+ /// and port, if it's different than the default. Don't include a trailing slash.
/// Some server functions don't work correctly without this value
domain: String, true, def, "http://localhost".to_string();
/// Domain Set |> Indicates if the domain is set by the admin. Otherwise the default will be used.