diff --git a/src/Digdir.Domain.Dialogporten.WebApi/Properties/launchSettings.json b/src/Digdir.Domain.Dialogporten.WebApi/Properties/launchSettings.json index b2c42d8b9..3d2bf5033 100644 --- a/src/Digdir.Domain.Dialogporten.WebApi/Properties/launchSettings.json +++ b/src/Digdir.Domain.Dialogporten.WebApi/Properties/launchSettings.json @@ -1,18 +1,10 @@ { "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:38966", - "sslPort": 44343 - } - }, "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "swagger", "applicationUrl": "http://localhost:5123", "environmentVariables": { @@ -28,14 +20,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }