mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
API_SECRET="change_me"
|
|
WHISPER_MODEL="small"
|
|
DOMAIN="whisperbox-transcribe.localhost"
|
|
DATABASE_URI="sqlite:///etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
|