هذا الالتزام موجود في:
mal-sh
2025-09-08 03:16:05 -04:00
ملتزم من قبل GitHub
الأصل 8a633b64f0
التزام 5f1ac892f5

19
.env Normal file
عرض الملف

@@ -0,0 +1,19 @@
# 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