eShopOnContainers/src/Web/WebMVC/appsettings.json

16 lines
411 B
JSON
Raw Normal View History

{
"CatalogUrl": "http://localhost:5101",
"OrderingUrl": "http://localhost:5102",
2016-11-24 15:31:33 +01:00
"BasketUrl": "http://localhost:5103",
"IdentityUrl": "http://localhost:5105",
"CallBackUrl": "http://localhost:5100/",
2017-03-17 13:12:34 +01:00
"ActivateCircuitBreaker": "True",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}