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