eShopOnContainers/src/Web/WebMVC/appsettings.json

27 lines
761 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",
2017-06-15 02:20:33 +02:00
"MarketingUrl": "http://localhost:5110",
"IdentityUrl": "http://localhost:5105",
"CallBackUrl": "http://localhost:5100/",
2017-09-19 15:50:51 +02:00
"LocationsUrl": "http://localhost:5109/",
2017-06-09 12:33:59 +02:00
"IsClusterEnv": "False",
"UseResilientHttp": "True",
2017-09-19 15:50:51 +02:00
"UseLoadTest": false,
"ActivateCampaignDetailFunction": "False",
"UseCustomizationData": false,
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "Information"
}
2017-10-11 16:26:44 +02:00
},
"ApplicationInsights": {
"InstrumentationKey": ""
2017-10-12 09:25:01 +01:00
},
"HttpClientRetryCount": 8,
"HttpClientExceptionsAllowedBeforeBreaking": 7
}