eShopOnContainers/src/BFFs/PurchaseBff/appsettings.localhost.json

8 lines
146 B
JSON
Raw Normal View History

2018-01-29 15:58:08 +00:00
{
"urls": {
"basket": "http://localhost:55105",
2018-01-30 08:50:44 +00:00
"catalog": "http://localhost:55101",
"identity": "http://localhost:55105"
2018-01-29 15:58:08 +00:00
}
}