# Same-origin nginx deployment can keep these empty. # These are build-time variables. After changing them, rebuild the frontend image. NEXT_PUBLIC_API_BASE_URL= NEXT_PUBLIC_SSE_BASE_URL= # Local development: the frontend runs on :3000 and the backend on :8000, so # SSE cannot use Next.js dev proxy (it buffers EventSource). Set this explicitly: # NEXT_PUBLIC_SSE_BASE_URL=http://localhost:8000 # and optionally NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 in .env.local