| # Copy this file to .env and fill values before running. | |
| APP_ENV=development | |
| APP_HOST=127.0.0.1 | |
| APP_PORT=8000 | |
| # Returns service endpoint used by the remote returns agent. | |
| RETURNS_SERVICE_URL=http://127.0.0.1:8081 | |
| # Optional: full Agent Card URL for ADK RemoteA2aAgent (default: {RETURNS_SERVICE_URL}/.well-known/agent-card.json). | |
| # RETURNS_A2A_AGENT_CARD_URL=http://127.0.0.1:8081/.well-known/agent-card.json | |
| # Supabase settings for MCP server integration. | |
| SUPABASE_URL=https://your-project.supabase.co | |
| # App / supabase_client.py: use the anon key for client-side style access. | |
| SUPABASE_ANON_KEY=your-supabase-anon-key | |
| # Legacy name (optional): some files still read SUPABASE_KEY. | |
| SUPABASE_KEY=your-supabase-service-role-or-anon-key | |
| SUPABASE_ACCESS_TOKEN=your-supabase-personal-access-token | |