mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-08 20:12:34 +01:00
change description of domain configuration
Vaultwarden send won't work if the domain includes a trailing slash. This should be documented, as it may lead to confusion amoung users.
This commit is contained in:
parent
9366e31452
commit
64edc49392
@ -401,7 +401,8 @@ 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. Some server functions don't work correctly without this value
|
||||
/// and port, if it's different than the default, but excluding 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.
|
||||
domain_set: bool, false, def, false;
|
||||
|
Loading…
Reference in New Issue
Block a user