chore: update dev setup to use docker compose backend

Default backend URL changed from port 8080 (kubectl port-forward)
to 18080 (docker compose Envoy Gateway). README updated to reflect
the deploy/dev workflow.
This commit is contained in:
zetaloop
2026-04-23 21:23:51 +08:00
parent 4d8877f588
commit ffc94f2846
2 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
return []
}
const backendUrl = process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:8080"
const backendUrl = process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:18080"
return [
{