# Database DATABASE_URL=postgresql://bible_admin:password@localhost:5432/bible_chat DB_PASSWORD=password # Authentication NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=generate-random-secret-here JWT_SECRET=your-jwt-secret # Azure OpenAI AZURE_OPENAI_KEY=your-azure-key AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com AZURE_OPENAI_DEPLOYMENT=gpt-4 # Ollama (optional) OLLAMA_API_URL=http://your-ollama-server:11434