mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
remove documentation of bug since I'm fixing it
This commit is contained in:
parent
eb9b481eba
commit
a72d0b518f
1 changed files with 1 additions and 2 deletions
|
@ -401,8 +401,7 @@ make_config! {
|
||||||
/// General settings
|
/// General settings
|
||||||
settings {
|
settings {
|
||||||
/// Domain URL |> This needs to be set to the URL used to access the server, including 'http[s]://'
|
/// 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.
|
/// and port, if it's different than the default. Some server functions don't work correctly without this value
|
||||||
/// Some server functions don't work correctly without this value
|
|
||||||
domain: String, true, def, "http://localhost".to_string();
|
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 |> Indicates if the domain is set by the admin. Otherwise the default will be used.
|
||||||
domain_set: bool, false, def, false;
|
domain_set: bool, false, def, false;
|
||||||
|
|
Loading…
Reference in a new issue