# Copy to .env.local for local dev. Production: set in hosting dashboard (Vercel, etc.). # Must match the FastAPI base URL the browser can reach (CORS + strategy panel fetch). NEXT_PUBLIC_API_URL=http://127.0.0.1:8000