From 68fb27a7831c8ce405d732eaafea08e32476728f Mon Sep 17 00:00:00 2001 From: Rafsanul Hasan Date: Sat, 1 Sep 2018 17:33:22 +0600 Subject: [PATCH] Delete appsettings.json --- .../Location/Locations.API/appsettings.json | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/Services/Location/Locations.API/appsettings.json diff --git a/src/Services/Location/Locations.API/appsettings.json b/src/Services/Location/Locations.API/appsettings.json deleted file mode 100644 index 603322578..000000000 --- a/src/Services/Location/Locations.API/appsettings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ConnectionString": "mongodb://nosql.data", - "Database": "LocationsDb", - "IdentityUrl": "https://localhost:4105", - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Trace", - "System": "Information", - "Microsoft": "Information" - } - }, - "AzureServiceBusEnabled": false, - "SubscriptionClientName": "Locations", - "ApplicationInsights": { - "InstrumentationKey": "" - }, - "EventBusRetryCount": 5, - "UseVault": false, - "Vault": { - "Name": "eshop", - "ClientId": "your-clien-id", - "ClientSecret": "your-client-secret" - } -} \ No newline at end of file