Merge branch 'dotnet-architecture:dev' into dev

This commit is contained in:
szukuro 2022-04-05 13:46:05 +02:00 committed by GitHub
commit dd7d2bc086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

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

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