diff --git a/.gitignore b/.gitignore index 9c29bcc..10f2ada 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,5 @@ Thumbs.db # Ignore all files with a _svn directory, which is used by Subversion _svn/ publish/delete +publish/appsettings.Development.json +publish/appsettings.json diff --git a/publish/appsettings.Development.json b/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/publish/appsettings.json b/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -}