diff options
author | Helmut K. C. Tessarek <[email protected]> | 2022-12-09 16:31:40 -0500 |
---|---|---|
committer | Daniel GarcĂa <[email protected]> | 2022-12-12 22:54:45 +0100 |
commit | b093384385b1a78e7bce4b0ae2e54211f638cc3c (patch) | |
tree | 660d39dc5d8a84cd4ee0a4b1be4ac0cc05877e1d | |
parent | cec45ae9bdcdcd0c5f839aa8477885e6434e8519 (diff) | |
download | vaultwarden-b093384385b1a78e7bce4b0ae2e54211f638cc3c.tar.gz vaultwarden-b093384385b1a78e7bce4b0ae2e54211f638cc3c.zip |
Improve comments
- The first one was not a proper sentence.
- The second one mixed passive and active form in the secon d part of the sentence.
-rw-r--r-- | .env.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.template b/.env.template index 22877f15..7ccdacd3 100644 --- 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 |