summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorBlockListed <[email protected]>2023-02-07 12:48:48 +0100
committerBlockListed <[email protected]>2023-02-07 12:48:48 +0100
commita72d0b518fa96ba63c4029f0c60e6bd53cd92661 (patch)
tree7f5efb084e277c03053ca9d06870e64dfa365066 /src/config.rs
parenteb9b481eba63dbbfe0e83fac238be3482e21ccfa (diff)
downloadvaultwarden-a72d0b518fa96ba63c4029f0c60e6bd53cd92661.tar.gz
vaultwarden-a72d0b518fa96ba63c4029f0c60e6bd53cd92661.zip
remove documentation of bug since I'm fixing it
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index 60b2db27..46deed54 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -401,8 +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. Don't include a trailing slash.
- /// Some server functions don't work correctly without this value
+ /// and port, if it's different than the default. 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.
domain_set: bool, false, def, false;