Maia/backend/.env.example

12 lines
468 B
Plaintext

WHISPER_SERVER_URL=http://host.docker.internal:9000
OLLAMA_URL=http://host.docker.internal:11434
OLLAMA_MODEL=llama3:8b
DATABASE_URL=postgresql://meetingassistant:meetingassistant@postgres:5432/meeting_assistant
REDIS_URL=redis://redis:6379/0
JWT_SECRET=change_this_to_a_strong_secret_key_in_production
JWT_EXPIRE_MINUTES=60
UPLOAD_MAX_SIZE_MB=500
SPEAKER_CONFIDENCE_THRESHOLD=0.75
AUDIO_STORAGE_PATH=/opt/Backend/meeting-assistant-api/storage/audio
ALLOWED_ORIGINS=*