From e48ec3c56493ccd3ef03734ea8a323125a2ce2ce Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Fri, 30 Jan 2026 11:52:20 +0100 Subject: [PATCH] Add storage checksum env defaults --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 425dd5d..8a9420c 100644 --- a/.env.example +++ b/.env.example @@ -192,5 +192,9 @@ STORAGE_QUEUE_PENDING_EVENT_MINUTES=8 STORAGE_QUEUE_FAILED_EVENT_THRESHOLD=2 STORAGE_QUEUE_FAILED_EVENT_MINUTES=30 STORAGE_QUEUE_GUEST_ALERT_TTL=30 +STORAGE_CHECKSUM_VALIDATION=true +STORAGE_CHECKSUM_ALERT_WINDOW_MINUTES=60 +STORAGE_CHECKSUM_WARNING=1 +STORAGE_CHECKSUM_CRITICAL=5