diff --git a/.vscode/launch.json b/.vscode/launch.json index 3455009..1dc7b3f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,6 +19,7 @@ "action": "openExternally", "pattern": "\\bNow listening on:\\s+(https?://\\S+)" }, + "checkForDevCert": false, "env": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 594817d..2d512d2 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -16,22 +16,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7258;http://localhost:5022", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }