Browse Source
Merge branch 'tessus-fix/env-template'
pull/2994/head
Daniel García
2 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
2 additions and
2 deletions
-
.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 |
|
|
|