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": {