diff --git a/src/FilterLists.Web/Properties/launchSettings.json b/src/FilterLists.Web/Properties/launchSettings.json new file mode 100644 index 000000000..9fdfd2ccf --- /dev/null +++ b/src/FilterLists.Web/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "FilterLists.Web": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:64895/" + } + } +} \ No newline at end of file diff --git a/src/FilterLists.Web/appsettings.Development.json b/src/FilterLists.Web/appsettings.Development.json deleted file mode 100644 index fa8ce71a9..000000000 --- a/src/FilterLists.Web/appsettings.Development.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - } -}