fix(infra+workers): S3 creds, ffprobe, BullMQ awaits, thumbnail seek, bin optional, docker-compose vars, jobs Redis, recorders stop codes: .env.example

This commit is contained in:
Zac Gaetano 2026-05-16 00:29:45 -04:00
parent be8e0bda41
commit ecae4202c2

View file

@ -14,9 +14,13 @@ S3_ENDPOINT=https://broadcastmgmt.cloud
S3_BUCKET=wild-dragon
S3_ACCESS_KEY=changeme
S3_SECRET_KEY=changeme
S3_REGION=us-east-1
# Session Configuration
SESSION_SECRET=changeme
# MAM API Configuration
MAM_API_URL=http://mam-api:3000
# Auth (set to 'true' to require login; false for open/dev mode)
AUTH_ENABLED=false