Browse Source

Delete appsettings.json

pull/737/head
Rafsanul Hasan 6 years ago
committed by GitHub
parent
commit
393a4c90d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions
  1. +0
    -24
      src/Services/Basket/Basket.API/appsettings.json

+ 0
- 24
src/Services/Basket/Basket.API/appsettings.json View File

@ -1,24 +0,0 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"IdentityUrl": "https://localhost:4105",
"ConnectionString": "127.0.0.1",
"AzureServiceBusEnabled": false,
"SubscriptionClientName": "Basket",
"ApplicationInsights": {
"InstrumentationKey": ""
},
"EventBusRetryCount": 5,
"UseVault": false,
"Vault": {
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientSecret": "your-client-secret"
}
}

Loading…
Cancel
Save