mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
API_SECRET="a_very_secret_token"
|
|
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
|
|
WHISPER_MODEL="tiny"
|
|
ENVIRONMENT="development"
|
|
DATABASE_URI="sqlite:///./whisperbox-transcribe.sqlite"
|
|
BROKER_URL="redis://redis:6379/0"
|