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:
parent
be8e0bda41
commit
ecae4202c2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue