From 185d035388c5c14484217634c16679b54154333d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 5 Aug 2023 19:41:36 +0100 Subject: [PATCH] refactor: remove launchSettings and appSettings --- .../Properties/launchSettings.json | 37 ------------------- oliverbooth.dev/appsettings.Development.json | 9 ----- oliverbooth.dev/appsettings.json | 9 ----- 3 files changed, 55 deletions(-) delete mode 100644 oliverbooth.dev/Properties/launchSettings.json delete mode 100644 oliverbooth.dev/appsettings.Development.json delete mode 100644 oliverbooth.dev/appsettings.json diff --git a/oliverbooth.dev/Properties/launchSettings.json b/oliverbooth.dev/Properties/launchSettings.json deleted file mode 100644 index c0b1c6c..0000000 --- a/oliverbooth.dev/Properties/launchSettings.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:20342", - "sslPort": 44312 - } - }, - "profiles": { - "http": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5049", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7295;http://localhost:5049", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -} diff --git a/oliverbooth.dev/appsettings.Development.json b/oliverbooth.dev/appsettings.Development.json deleted file mode 100644 index 770d3e9..0000000 --- a/oliverbooth.dev/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "DetailedErrors": true, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} diff --git a/oliverbooth.dev/appsettings.json b/oliverbooth.dev/appsettings.json deleted file mode 100644 index 10f68b8..0000000 --- a/oliverbooth.dev/appsettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -}