PORT=3000 HOST=0.0.0.0 # AWS S3 / MinIO Configuration AWS_REGION=us-east-1 S3_BUCKET_ADDRESS=https://s3.example.com/your_bucket_name # For MinIO or other S3-compatible storage S3_ENDPOINT=http://127.0.0.1:9000 S3_FORCE_PATH_STYLE=true # Application Title APP_TITLE=S3 Media Transcoder # Session Cache (Valkey / Redis) VALKEY_URL=redis://localhost:6379 VALKEY_DB=0