From 393a4c90d4cb94d8983c9eb43b46ca656ef5748d Mon Sep 17 00:00:00 2001 From: Rafsanul Hasan Date: Sat, 1 Sep 2018 17:31:05 +0600 Subject: [PATCH] Delete appsettings.json --- .../Basket/Basket.API/appsettings.json | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/Services/Basket/Basket.API/appsettings.json diff --git a/src/Services/Basket/Basket.API/appsettings.json b/src/Services/Basket/Basket.API/appsettings.json deleted file mode 100644 index 70970cabd..000000000 --- a/src/Services/Basket/Basket.API/appsettings.json +++ /dev/null @@ -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" - } -} \ No newline at end of file