From bed797db510e278d4b0140b0b0a4c44492e2d00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20P=C3=B6ttker?= Date: Sat, 23 May 2026 14:59:38 +0200 Subject: [PATCH] chore: add AGRARMONITOR_POLLING_CRON to .env.example Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index b82ef31..254c991 100644 --- a/.env.example +++ b/.env.example @@ -59,3 +59,4 @@ AGRARMONITOR_PASSWORD= AGRARMONITOR_API_TOKEN= AGRARMONITOR_COOKIE_PATH=./data/agrarmonitor-cookies.json AGRARMONITOR_ENCRYPTION_KEY= # optional, 16+ Zeichen für Cookie-Verschlüsselung +AGRARMONITOR_POLLING_CRON=0 */30 * * * * # Polling-Intervall (Standard: alle 30 Minuten); leer lassen zum Deaktivieren