From 9dde67011def47f333ec68dc774e44e0a91c410c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Apr 2017 08:45:00 -0500 Subject: [PATCH] .gitignore is now working --- api/FilterLists.API/appsettings.Development.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 api/FilterLists.API/appsettings.Development.json diff --git a/api/FilterLists.API/appsettings.Development.json b/api/FilterLists.API/appsettings.Development.json deleted file mode 100644 index f1e4e2425..000000000 --- a/api/FilterLists.API/appsettings.Development.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "ConnectionStrings": { - "DefaultConnection": "Data Source=.\\SQLEXPRESS;Initial Catalog=ContactsDB;Integrated Security=True;MultipleActiveResultSets=True" - } -} \ No newline at end of file