eShopOnContainers/src/Web/WebMVC/appsettings.json
2016-12-14 12:15:39 +01:00

15 lines
375 B
JSON

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