mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 21:18:36 +03:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
DATABASE_URI="postgresql://postgres:postgres@localhost:5432/whisper_api_test"
|
|
ENVIRONMENT="development"
|
|
API_SECRET="foo"
|
|
REDIS_URI="redis://localhost:6379/0"
|