Files
aoc/.env.example
2025-11-29 09:48:50 +01:00

7 lines
183 B
Plaintext

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