Browse Source

Delete appsettings.json

pull/737/head
Rafsanul Hasan 6 years ago
committed by GitHub
parent
commit
2ec4e41e43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 29 deletions
  1. +0
    -29
      src/Web/WebSPA/appsettings.json

+ 0
- 29
src/Web/WebSPA/appsettings.json View File

@ -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@"
}
}
}
}

Loading…
Cancel
Save