# Remotion + Express + ElevenLabs Environment Variables # ElevenLabs API ELEVENLABS_API_KEY=your_elevenlabs_api_key_here # AWS S3 / Storage Configuration STORAGE_BUCKET=your-storage-bucket-name S3_ACCESS_KEY=your_s3_access_key S3_SECRET_KEY=your_s3_secret_key S3_REGION=us-east-1 # Google Cloud Storage Configuration GCS_PROJECT_ID=your-gcp-project-id GCS_BUCKET=your-gcs-bucket-name GCS_KEY_FILE=/path/to/gcs-key.json # Storage Provider Selection (s3 or gcs) STORAGE_PROVIDER=s3 # Express Server PORT=3000 NODE_ENV=development # Remotion REMOTION_WEBPACK_OVERRIDE= # Video Output OUTPUT_DIR=./generated/videos TEMP_DIR=./generated/temp CACHE_DIR=./generated/cache # FFmpeg FFMPEG_PATH=/usr/bin/ffmpeg FFPROBE_PATH=/usr/bin/ffprobe # Logging LOG_LEVEL=debug