From 8270b7e0bbebdbbe7844a28a8459e597f4866741 Mon Sep 17 00:00:00 2001 From: Francesco Belacca Date: Sun, 27 Mar 2022 10:53:21 +0200 Subject: [PATCH 1/2] Update queue-all.ps1 removed useless comment --- build/acr-build/queue-all.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/acr-build/queue-all.ps1 b/build/acr-build/queue-all.ps1 index d160abfc1..eca901949 100644 --- a/build/acr-build/queue-all.ps1 +++ b/build/acr-build/queue-all.ps1 @@ -31,5 +31,3 @@ $services |% { Write-Host "Setting ACR build $bname ($bimg)" az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile } - -# Basket.API From e378d757a5c8f1b3e06caf3e1af4b9385243cf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Tahtac=C4=B1o=C4=9Flu?= Date: Sat, 2 Apr 2022 12:04:25 +0300 Subject: [PATCH 2/2] basket api local port mistake fixed --- .../Web.Bff.Shopping/aggregator/appsettings.localhost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json index 57c5afc34..055bcfc7f 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json @@ -1,6 +1,6 @@ { "urls": { - "basket": "http://localhost:55105", + "basket": "http://localhost:55103", "catalog": "http://localhost:55101", "orders": "http://localhost:55102", "identity": "http://localhost:55105",