Merge branch 'dotnet-architecture:dev' into dev
This commit is contained in:
commit
dd7d2bc086
@ -31,5 +31,3 @@ $services |% {
|
|||||||
Write-Host "Setting ACR build $bname ($bimg)"
|
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
|
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,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"urls": {
|
"urls": {
|
||||||
"basket": "http://localhost:55105",
|
"basket": "http://localhost:55103",
|
||||||
"catalog": "http://localhost:55101",
|
"catalog": "http://localhost:55101",
|
||||||
"orders": "http://localhost:55102",
|
"orders": "http://localhost:55102",
|
||||||
"identity": "http://localhost:55105",
|
"identity": "http://localhost:55105",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user