Browse Source

Merge branch 'dotnet-architecture:dev' into dev

pull/1884/head
szukuro 2 years ago
committed by GitHub
parent
commit
dd7d2bc086
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      build/acr-build/queue-all.ps1
  2. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json

+ 0
- 2
build/acr-build/queue-all.ps1 View File

@ -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

+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json View File

@ -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",


Loading…
Cancel
Save