# Azure OpenAI Configuration AZURE_OPENAI_ENDPOINT=https://your-azure-openai-endpoint.openai.azure.com AZURE_OPENAI_API_KEY=your-api-key-here AZURE_OPENAI_API_VERSION=2024-12-01-preview # Mana Core Auth Configuration MANA_CORE_AUTH_URL=http://localhost:3001 # PostgreSQL Database Configuration DATABASE_URL=postgresql://chat:password@localhost:5432/chat # Server Configuration PORT=3002