mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 21:48:35 +03:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
API_SECRET="change_me"
|
|
WHISPER_MODEL="small"
|
|
TRAEFIK_SSLEMAIL=""
|
|
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
|
|
DATABASE_URI="sqlite:////etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
|
|
ENVIRONMENT="production"
|
|
BROKER_URL="redis://redis:6379/0"
|