Browse Source

Fix more urls

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
6a2fceb57c
2 changed files with 4 additions and 5 deletions
  1. +1
    -2
      src/Services/Catalog/Catalog.API/appsettings.Development.json
  2. +3
    -3
      src/Services/Identity/Identity.API/appsettings.json

+ 1
- 2
src/Services/Catalog/Catalog.API/appsettings.Development.json 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",
"PicBaseUrl": "http://localhost:5101/api/v1/catalog/items/[0]/pic/",
"EventBusConnection": "localhost"
"PicBaseUrl": "http://localhost:5222/api/v1/catalog/items/[0]/pic/"
}

+ 3
- 3
src/Services/Identity/Identity.API/appsettings.json View File

@ -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…
Cancel
Save