19 lines
397 B
Plaintext
19 lines
397 B
Plaintext
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
|
|
VALKEY_PREFIX=mediaconverter
|