Fix more urls
This commit is contained in:
parent
c3efea0293
commit
6a2fceb57c
@ -1,5 +1,4 @@
|
||||
{
|
||||
"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/",
|
||||
"EventBusConnection": "localhost"
|
||||
"PicBaseUrl": "http://localhost:5222/api/v1/catalog/items/[0]/pic/"
|
||||
}
|
@ -6,8 +6,6 @@
|
||||
}
|
||||
},
|
||||
"IsClusterEnv": "False",
|
||||
"MvcClient": "http://localhost:5100",
|
||||
"SpaClient": "http://localhost:5104",
|
||||
"XamarinCallback": "http://localhost:5105/xamarincallback",
|
||||
"UseCustomizationData": false,
|
||||
"ApplicationInsights": {
|
||||
@ -18,5 +16,7 @@
|
||||
"BasketApiClient": "http://localhost:5221",
|
||||
"OrderingApiClient": "http://localhost:5224",
|
||||
"WebShoppingAggClient": "http://localhost:5229",
|
||||
"WebhooksApiClient": "http://localhost:5227"
|
||||
"WebhooksApiClient": "http://localhost:5227",
|
||||
"MvcClient": "http://localhost:5331",
|
||||
"SpaClient": "http://localhost:5104"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user