diff --git a/conf/vaultwarden.env b/conf/vaultwarden.env index ae6cc99..0b65bfc 100644 --- a/conf/vaultwarden.env +++ b/conf/vaultwarden.env @@ -43,6 +43,7 @@ DATA_FOLDER=__DATADIR__ # ICON_CACHE_FOLDER=data/icon_cache # ATTACHMENTS_FOLDER=data/attachments # SENDS_FOLDER=data/sends +# TMP_FOLDER=data/tmp ## Templates data folder, by default uses embedded templates ## Check source code to see the format @@ -116,12 +117,10 @@ WEBSOCKET_PORT=__WEBSOCKET_PORT__ # LOG_TIMESTAMP_FORMAT="%Y-%m-%d %H:%M:%S.%3f" ## Logging to file -## It's recommended to also set 'ROCKET_CLI_COLORS=off' LOG_FILE=/var/log/__APP__/__APP__.log ## Logging to Syslog ## This requires extended logging -## It's recommended to also set 'ROCKET_CLI_COLORS=off' # USE_SYSLOG=false ## Log level @@ -271,6 +270,9 @@ ADMIN_TOKEN=__ADMIN_TOKEN__ ## The change only applies when the password is changed # PASSWORD_ITERATIONS=100000 +## Controls whether users can set password hints. This setting applies globally to all users. +# PASSWORD_HINTS_ALLOWED=true + ## Controls whether a password hint should be shown directly in the web page if ## SMTP service is not configured. Not recommended for publicly-accessible instances ## as this provides unauthenticated access to potentially sensitive data.