eShopOnContainers/src/Web/WebSPA/appsettings.json

25 lines
759 B
JSON
Raw Normal View History

{
2021-06-15 09:57:28 +01:00
"IdentityUrl": "http://host.docker.internal:5105",
"MarketingUrl": "",
"CallBackUrl": "http://host.docker.internal:5104/",
"BasketUrl" : "http://host.docker.internal:5103",
"PurchaseUrl": "http://host.docker.internal:5202",
"PurchaseUrlHC": "http://host.docker.internal:5202/hc",
"MarketingUrlHC": "",
"IdentityUrlHC": "http://host.docker.internal:5105/hc",
"SignalrHubUrl": "http://host.docker.internal:5112",
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": ""
}
}