Fix more urls

This commit is contained in:
David Fowler 2023-05-07 17:01:29 -07:00 committed by Reuben Bond
parent c3efea0293
commit 6a2fceb57c
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
{ {
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word", "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
"PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/", "PicBaseUrl": "http://localhost:5222/api/v1/catalog/items/[0]/pic/"
"EventBusConnection": "localhost"
} }

View File

@ -6,8 +6,6 @@
} }
}, },
"IsClusterEnv": "False", "IsClusterEnv": "False",
"MvcClient": "http://localhost:5100",
"SpaClient": "http://localhost:5104",
"XamarinCallback": "http://localhost:5105/xamarincallback", "XamarinCallback": "http://localhost:5105/xamarincallback",
"UseCustomizationData": false, "UseCustomizationData": false,
"ApplicationInsights": { "ApplicationInsights": {
@ -18,5 +16,7 @@
"BasketApiClient": "http://localhost:5221", "BasketApiClient": "http://localhost:5221",
"OrderingApiClient": "http://localhost:5224", "OrderingApiClient": "http://localhost:5224",
"WebShoppingAggClient": "http://localhost:5229", "WebShoppingAggClient": "http://localhost:5229",
"WebhooksApiClient": "http://localhost:5227" "WebhooksApiClient": "http://localhost:5227",
"MvcClient": "http://localhost:5331",
"SpaClient": "http://localhost:5104"
} }