# AI Provider Selection (choose one: "anthropic" or "gemini") AI_PROVIDER=anthropic # API Keys for AI Providers ANTHROPIC_API_KEY=your_anthropic_api_key_here GOOGLE_API_KEY=your_google_api_key_here # HERE Maps API Key (for geocoding) HERE_API_KEY=your_here_api_key_here # PostgreSQL Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=fleetmind DB_USER=postgres DB_PASSWORD=your_password_here # MCP Server MCP_SERVER_NAME=dispatch-coordinator-mcp MCP_SERVER_VERSION=1.0.0 # Gradio GRADIO_SERVER_PORT=7860 GRADIO_SHARE=false # Logging LOG_LEVEL=INFO LOG_FILE=logs/fleetmind.log