Files
whisperbox-transcribe/.env.example
2023-03-01 16:04:05 +01:00

5 lines
138 B
Plaintext

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