Files
whisperbox-transcribe/.env.test
2023-01-28 12:30:02 +01:00

5 lines
158 B
Plaintext

DATABASE_URI="postgresql://postgres:postgres@localhost:5432/whisperbox_test"
ENVIRONMENT="development"
API_SECRET="foo"
BROKER_URL="redis://localhost:6379/0"