mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-28 22:43:56 +00:00
Updated dependencies and fixed disable_admin_token description
This commit is contained in:
parent
b4b62c22a4
commit
662bc27523
4 changed files with 107 additions and 221 deletions
|
@ -298,7 +298,7 @@ make_config! {
|
|||
/// that do not support WAL. Please make sure you read project wiki on the topic before changing this setting.
|
||||
enable_db_wal: bool, false, def, true;
|
||||
|
||||
/// Disable Admin Token (Know the risks!) |> Disables the Admin Token for the admin page so you may use your own auth in-front
|
||||
/// Bypass admin page security (Know the risks!) |> Disables the Admin Token for the admin page so you may use your own auth in-front
|
||||
disable_admin_token: bool, true, def, false;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue