# PostgreSQL POSTGRES_HOST=localhost POSTGRES_PORT=5432 POSTGRES_DATABASE=meeting_db POSTGRES_USER=postgres POSTGRES_PASSWORD=your_password_here # Azure OpenAI AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com # Azure AI Search AZURE_SEARCH_ENDPOINT=https://your-search-service.search.windows.net AZURE_SEARCH_API_KEY=your_azure_search_api_key_here # Claude AI CLAUDE_API_KEY=your_claude_api_key_here # Redis REDIS_PASSWORD=your_redis_password_here