Files
whisperbox-transcribe/.env.example
2023-03-01 17:55:06 +01:00

5 lines
171 B
Plaintext

API_SECRET="change_me"
WHISPER_MODEL="small"
DOMAIN="whisperbox-transcribe.localhost"
DATABASE_URI="sqlite:///etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"