vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 764e51bbe9ff8d95b79ebe606c12c9a787eec5eb
parent 8e6c6a1dc43b8993ee8814e6339d955b144d5fe9
Author: Kaito Udagawa <umireon@gmail.com>
Date:   Fri, 14 May 2021 22:36:42 +0900

Remove unneeded spaces in .env.template
Diffstat:
M.env.template | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.template b/.env.template @@ -106,7 +106,7 @@ ## Note that if the DB already has WAL enabled, you will also need to disable WAL in the DB, ## this setting only prevents vaultwarden from automatically enabling it on start. ## Please read project wiki page about this setting first before changing the value as it can -## cause performance degradation or might render the service unable to start. +## cause performance degradation or might render the service unable to start. # ENABLE_DB_WAL=true ## Database connection retries @@ -252,7 +252,7 @@ ## You can disable this, so that only the current TOTP Code is allowed. ## Keep in mind that when a sever drifts out of time, valid codes could be marked as invalid. ## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid. -# AUTHENTICATOR_DISABLE_TIME_DRIFT = false +# AUTHENTICATOR_DISABLE_TIME_DRIFT=false ## Rocket specific settings, check Rocket documentation to learn more # ROCKET_ENV=staging