eShopOnContainers/src/Web/WebSPA/appsettings.json

23 lines
642 B
JSON
Raw Normal View History

{
"IdentityUrl": "http://localhost:5105",
2017-06-19 09:46:19 +02:00
"MarketingUrl": "http://localhost:5110",
"CallBackUrl": "http://localhost:5104/",
"PurchaseUrl": "http://localhost:5200",
"PurchaseUrlHC": "http://localhost:5202/hc",
"MarketingUrlHC": "http://localhost:5203/hc",
"IdentityUrlHC": "http://localhost:5105/hc",
2017-06-20 12:54:32 -07:00
"UseCustomizationData": true,
2017-06-09 12:33:59 +02:00
"IsClusterEnv": "False",
"ActivateCampaignDetailFunction": false,
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
2017-10-11 16:26:44 +02:00
},
"ApplicationInsights": {
"InstrumentationKey": ""
}
}