Files
whisperbox-transcribe/.env.test
Felix Spöttel b3a38846ba feat: add job & artifact tables
* remove `accounts` table in favor of a simple API key auth
2023-01-05 12:03:41 +01:00

4 lines
109 B
Plaintext

DATABASE_URI="postgresql://felix@localhost:5432/whisper_api_test"
ENVIRONMENT="development"
API_SECRET="foo"