# Database DATABASE_URL=postgresql://postgres:a3ppq@10.0.0.207:5432/biblical-guide DB_PASSWORD=a3ppq # Build optimizations NEXT_TELEMETRY_DISABLED=1 DISABLE_ESLINT_PLUGIN=true # Authentication NEXTAUTH_URL=https://biblical-guide.com NEXTAUTH_SECRET=development-secret-change-in-production JWT_SECRET=development-jwt-secret-change-in-production # Azure OpenAI AZURE_OPENAI_KEY=4sVcRlDOB7WnRK8oE6ATnokpKmc02JgY4GH2ng9y1vr1CyFT7ORLJQQJ99BDAC5RqLJXJ3w3AAAAACOGW8Kh AZURE_OPENAI_ENDPOINT=https://footprints-open-ai.openai.azure.com AZURE_OPENAI_DEPLOYMENT=gpt-4o AZURE_OPENAI_API_VERSION=2025-01-01-preview # API Bible API_BIBLE_KEY=7b42606f8f809e155c9b0742c4f1849b # Ollama for embeddings OLLAMA_API_URL=http://localhost:11434 OLLAMA_EMBED_MODEL=llama3.1:latest BIBLE_JSON_DIR=/root/biblical-guide/bibles/json # WebSocket port WEBSOCKET_PORT=3015