-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonitor.env.example
More file actions
23 lines (21 loc) · 667 Bytes
/
Copy pathmonitor.env.example
File metadata and controls
23 lines (21 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBGEN_CONTAINER=subgen
MEDIA_ROOT=/srv/media
# Local service-owned directory; use mode 0700 and do not place it under MEDIA_ROOT.
SUBGEN_STATE_DIR=/opt/subgen/monitor
SUBGEN_LOG_SINCE=
SUBGEN_RECONNECT_DELAY_SECONDS=5
AUTO_DELETE_FAILED_FILES=false
AUTO_DELETE_MIN_FAILURES=3
SUBGEN_REPAIR_LOOKBACK=7d
SUBGEN_REPAIR_MIN_CRASH_COUNT=3
# Safe public default. Change to delete only after reviewing report-only state.
SUBGEN_REPAIR_ACTION=report
# Keep the current event log below 5 MiB and retain one .1 rotation.
SUBGEN_REPAIR_EVENT_LOG_MAX_BYTES=5242880
SMTP_HOST=
SMTP_PORT=587
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM=
SMTP_TO=alerts@example.com
SMTP_USE_TLS=true