diff options
author | BlockListed <[email protected]> | 2023-02-07 08:48:48 +0100 |
---|---|---|
committer | BlockListed <[email protected]> | 2023-02-07 08:49:05 +0100 |
commit | eb9b481eba63dbbfe0e83fac238be3482e21ccfa (patch) | |
tree | b62db7da300d9793f611d2a01d012c85a0fd1422 /src/config.rs | |
parent | 64edc49392f1786aebf6a5a0c9b60742ca734d6e (diff) | |
download | vaultwarden-eb9b481eba63dbbfe0e83fac238be3482e21ccfa.tar.gz vaultwarden-eb9b481eba63dbbfe0e83fac238be3482e21ccfa.zip |
improve wording of domain description
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index 1ba6e402..60b2db27 100644 --- 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. |