diff --git a/src/Web/WebSPA/appsettings.json b/src/Web/WebSPA/appsettings.json deleted file mode 100644 index d843edeec..000000000 --- a/src/Web/WebSPA/appsettings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "IdentityUrl": "https://localhost:4105", - "MarketingUrl": "http://localhost:5110", - "CallBackUrl": "https://localhost:4104/", - "PurchaseUrl": "http://localhost:5200", - "UseCustomizationData": true, - "IsClusterEnv": "False", - "ActivateCampaignDetailFunction": true, - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "Kestrel": { - "Certificates": { - "Default": { - "Path": "./Certificates/eShopOnContainers.pfx", - "Password": "D0tNet@" - } - } - } - -} \ No newline at end of file