17 lines
356 B
Bash
17 lines
356 B
Bash
# Server Configuration
|
|
PORT=3001
|
|
HOST=0.0.0.0
|
|
|
|
# S3/MinIO Configuration
|
|
S3_ACCESS_KEY=minioadmin
|
|
S3_SECRET_KEY=minioadmin
|
|
S3_BUCKET_NAME=coffee-bucket
|
|
S3_ENDPOINT_URL=http://localhost:9000
|
|
|
|
# Redis (required for BullMQ render queue)
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Remotion Configuration
|
|
REMOTION_COMPOSITION_ID=CaptionedVideo
|
|
MAX_CONCURRENT_RENDERS=2
|