From 4bfc57ef9f2279728318aacf2e543d4e51776844 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sat, 17 Aug 2024 16:38:41 +0200 Subject: [PATCH] Remove unused launch configs --- src/WebApi/Properties/launchSettings.json | 39 +---------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/src/WebApi/Properties/launchSettings.json b/src/WebApi/Properties/launchSettings.json index a2d8742..0dec4f4 100644 --- a/src/WebApi/Properties/launchSettings.json +++ b/src/WebApi/Properties/launchSettings.json @@ -1,15 +1,5 @@ { "profiles": { - "http": { - "commandName": "Project", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5076" - }, "https": { "commandName": "Project", "launchBrowser": true, @@ -19,34 +9,7 @@ }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7098;http://localhost:5076" - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Container (Dockerfile)": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", - "environmentVariables": { - "ASPNETCORE_HTTPS_PORTS": "8081", - "ASPNETCORE_HTTP_PORTS": "8080" - }, - "publishAllPorts": true, - "useSSL": true } }, - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:22111", - "sslPort": 44373 - } - } + "$schema": "http://json.schemastore.org/launchsettings.json" } \ No newline at end of file