docs polishing

This commit is contained in:
Igor Loskutov
2025-12-10 16:01:00 -05:00
parent 406a7529ee
commit 1d584f4b53
4 changed files with 70 additions and 21 deletions

View File

@@ -95,16 +95,13 @@ DIARIZATION_URL=https://monadical-sas--reflector-diarizer-web.modal.run
## Transcript Storage
##
## Where to store audio files and transcripts
## Options: local, aws
## AWS S3 is required for production
## =======================================================
TRANSCRIPT_STORAGE_BACKEND=local
## For AWS S3 storage (optional):
#TRANSCRIPT_STORAGE_BACKEND=aws
#TRANSCRIPT_STORAGE_AWS_ACCESS_KEY_ID=your-aws-access-key
#TRANSCRIPT_STORAGE_AWS_SECRET_ACCESS_KEY=your-aws-secret-key
#TRANSCRIPT_STORAGE_AWS_BUCKET_NAME=reflector-media
#TRANSCRIPT_STORAGE_AWS_REGION=us-east-1
TRANSCRIPT_STORAGE_BACKEND=aws
TRANSCRIPT_STORAGE_AWS_ACCESS_KEY_ID=your-aws-access-key
TRANSCRIPT_STORAGE_AWS_SECRET_ACCESS_KEY=your-aws-secret-key
TRANSCRIPT_STORAGE_AWS_BUCKET_NAME=reflector-media
TRANSCRIPT_STORAGE_AWS_REGION=us-east-1
## =======================================================