الملفات
queue-processing/.env
2025-09-08 03:16:05 -04:00

20 أسطر
409 B
Bash

# Redis configuration
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=your_redis_password
# Queue name
QUEUE_NAME=processing_queue
# API configuration
DETAIL_VIEW_API=http://localhost:8000/api/detail
API_TIMEOUT=45
# S3 configuration
S3_ACCESS_KEY=your_access_key
S3_SECRET_KEY=your_secret_key
S3_ENDPOINT_URL=https://your-s3-endpoint.com
S3_BUCKET_NAME=your-bucket-name
S3_REGION=us-east-1