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:
+1
-1
@@ -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 [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user