Skip to content

Commit dd7d2bc

Browse files
authored
Merge branch 'dotnet-architecture:dev' into dev
2 parents 7f1c6c9 + 3af7133 commit dd7d2bc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build/acr-build/queue-all.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ $services |% {
3131
Write-Host "Setting ACR build $bname ($bimg)"
3232
az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile
3333
}
34-
35-
# Basket.API

src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"urls": {
3-
"basket": "http://localhost:55105",
3+
"basket": "http://localhost:55103",
44
"catalog": "http://localhost:55101",
55
"orders": "http://localhost:55102",
66
"identity": "http://localhost:55105",

0 commit comments

Comments
 (0)