We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f1c6c9 + 3af7133 commit dd7d2bcCopy full SHA for dd7d2bc
2 files changed
build/acr-build/queue-all.ps1
@@ -31,5 +31,3 @@ $services |% {
31
Write-Host "Setting ACR build $bname ($bimg)"
32
az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile
33
}
34
-
35
-# Basket.API
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json
@@ -1,6 +1,6 @@
1
{
2
"urls": {
3
- "basket": "http://localhost:55105",
+ "basket": "http://localhost:55103",
4
"catalog": "http://localhost:55101",
5
"orders": "http://localhost:55102",
6
"identity": "http://localhost:55105",
0 commit comments