mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-07 19:18:35 +03:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
API_SECRET="a_very_secret_token"
|
|
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
|
|
WHISPER_MODEL="tiny"
|
|
ENVIRONMENT="development"
|
|
DATABASE_URI="sqlite:///./whisperbox-transcribe.sqlite"
|
|
|
|
RABBITMQ_DEFAULT_USER="rabbitmq"
|
|
RABBITMQ_DEFAULT_PASS="rabbitmq_password"
|