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 e6dd584dd63fca8b6809bdbf9ee8bdfc0d197c78
parent 2336f102f94b5788a474969cbde38e15177ffdc4
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 12 Dec 2022 22:54:34 +0100

Merge branch 'tessus-fix/env-template'

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

diff --git a/.env.template b/.env.template @@ -83,11 +83,11 @@ ## Controls whether event logging is enabled for organizations ## This setting applies to organizations. -## Default this is disabled. Also check the EVENT_CLEANUP_SCHEDULE and EVENTS_DAYS_RETAIN settings. +## Disabled by default. Also check the EVENT_CLEANUP_SCHEDULE and EVENTS_DAYS_RETAIN settings. # ORG_EVENTS_ENABLED=false ## Number of days to retain events stored in the database. -## If unset (the default), events are kept indefently and also disables the scheduled job! +## If unset (the default), events are kept indefinitely and the scheduled job is disabled! # EVENTS_DAYS_RETAIN= ## Job scheduler settings