# Task Scheduler Configuration PORT=4000 NODE_ENV=development # Redis REDIS_URL=redis://localhost:6379 # Job data directory (shared volume with workers) JOB_DATA_DIR=/data/jobs # Frontend URL (for CORS) FRONTEND_URL=http://localhost:3000 # Storage backend: "local" (shared volume) or "minio" STORAGE_BACKEND=local # MinIO settings (only used when STORAGE_BACKEND=minio) MINIO_ENDPOINT_URL=http://192.168.0.130:9000 MINIO_BUCKET=convertet-working-space MINIO_ACCESS_KEY=convuser MINIO_SECRET_KEY=your-secret-here MINIO_REGION=us-east-1 MINIO_LIFECYCLE_DAYS=7