This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Merge branch 'dotnet-architecture:dev' into dev
pull/1884/head
szukuro
2 years ago
committed by
GitHub
parent
7f1c6c9c5d
3af7133157
commit
dd7d2bc086
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
build/acr-build/queue-all.ps1
+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:5510
5
"
,
"basket"
:
"http://localhost:5510
3
"
,
"catalog"
:
"http://localhost:55101"
,
"orders"
:
"http://localhost:55102"
,
"identity"
:
"http://localhost:55105"
,
Write
Preview
Loading…
Cancel
Save