Delete appsettings.json
This commit is contained in:
parent
1bdb8bcbb1
commit
51be434414
@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"CatalogUrl": "http://localhost:5101",
|
|
||||||
"OrderingUrl": "http://localhost:5102",
|
|
||||||
"BasketUrl": "http://localhost:5103",
|
|
||||||
"MarketingUrl": "http://localhost:5110",
|
|
||||||
"IdentityUrl": "https://localhost:4105",
|
|
||||||
"CallBackUrl": "https://localhost:4100/",
|
|
||||||
"LocationsUrl": "http://localhost:5109/",
|
|
||||||
"IsClusterEnv": "False",
|
|
||||||
"UseResilientHttp": "True",
|
|
||||||
"UseLoadTest": false,
|
|
||||||
"ActivateCampaignDetailFunction": "False",
|
|
||||||
"UseCustomizationData": false,
|
|
||||||
"Logging": {
|
|
||||||
"IncludeScopes": false,
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Trace",
|
|
||||||
"System": "Information",
|
|
||||||
"Microsoft": "Information"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ApplicationInsights": {
|
|
||||||
"InstrumentationKey": ""
|
|
||||||
},
|
|
||||||
"HttpClientRetryCount": 8,
|
|
||||||
"HttpClientExceptionsAllowedBeforeBreaking": 7,
|
|
||||||
"Kestrel": {
|
|
||||||
"Certificates": {
|
|
||||||
"Default": {
|
|
||||||
"Path": "./Certificates/eShopOnContainers.pfx",
|
|
||||||
"Password": "D0tNet@"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user