From aa6e1fb254a0c4cb7dbd4ae459865dc922c1d939 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 22 Mar 2020 00:43:57 -0400 Subject: [PATCH] clean up --- src/BirdsiteLive/appsettings.Development.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/BirdsiteLive/appsettings.Development.json diff --git a/src/BirdsiteLive/appsettings.Development.json b/src/BirdsiteLive/appsettings.Development.json deleted file mode 100644 index 48e3df0..0000000 --- a/src/BirdsiteLive/appsettings.Development.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Instance": { - "Domain": "domain.name" - }, - "Twitter": { - "ConsumerKey": "twitter.api.key", - "ConsumerSecret": "twitter.api.key", - "AccessToken": "twitter.api.key", - "AccessTokenSecret": "twitter.api.key" - } -}