eShopOnContainers/src/Web/WebMVC/appsettings.json
Carlos Cañizares Estévez 9e72fe7c7c Order items in ordering api
2016-12-14 18:23:57 +01:00

15 lines
375 B
JSON

{
"CatalogUrl": "http://localhost:5101",
"OrderingUrl": "http://localhost:5102",
"BasketUrl": "http://localhost:5103",
"IdentityUrl": "http://localhost:5105",
"CallBackUrl": "http://localhost:5100/",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}