From ecae4202c261aa119c0f179143e73d9ed9d6b984 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 16 May 2026 00:29:45 -0400 Subject: [PATCH] fix(infra+workers): S3 creds, ffprobe, BullMQ awaits, thumbnail seek, bin optional, docker-compose vars, jobs Redis, recorders stop codes: .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index e9a0ed7..8706ca3 100644 --- a/.env.example +++ b/.env.example @@ -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