Added periodic fetch

This commit is contained in:
2025-11-29 09:48:50 +01:00
parent 90f0e14f6e
commit 47f4a22bef
4 changed files with 49 additions and 3 deletions

View File

@@ -2,3 +2,5 @@ TENANT_ID=your-tenant-id
CLIENT_ID=your-client-id
CLIENT_SECRET=your-client-secret
MONGO_URI=mongodb://root:example@mongo:27017/
ENABLE_PERIODIC_FETCH=false
FETCH_INTERVAL_MINUTES=60