jeffsi-meet/deploy/meeting-intelligence/.env.example

18 lines
481 B
Plaintext

# Meeting Intelligence System - Environment Variables
# Copy this file to .env and update values
# PostgreSQL
POSTGRES_PASSWORD=your-secure-password-here
# API Security
API_SECRET_KEY=your-api-secret-key-here
# Jibri XMPP Configuration
XMPP_SERVER=meet.jeffemmett.com
XMPP_DOMAIN=meet.jeffemmett.com
JIBRI_XMPP_PASSWORD=jibri-xmpp-password
JIBRI_RECORDER_PASSWORD=recorder-password
# Ollama (uses host.docker.internal by default)
# OLLAMA_URL=http://host.docker.internal:11434