From 60d72a3d9dc0e72b2f87c9701d6ed02abff98a5f Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Mon, 24 Apr 2023 21:45:28 -0400 Subject: [PATCH] remove other launch profiles --- Properties/launchSettings.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index b02486a..67f6526 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -8,29 +8,6 @@ }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5015" - }, - "https": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "dotnetRunMessages": true, - "applicationUrl": "https://localhost:7042;http://localhost:5015" - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - "publishAllPorts": true, - "useSSL": true } }, "iisSettings": {