Files
whisperbox-transcribe/.env.test
2023-01-06 16:57:49 +01:00

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"