diff --git a/src/SCClassicalPlanning.Documentation/Properties/launchSettings.json b/src/SCClassicalPlanning.Documentation/Properties/launchSettings.json index 0b7ee10..6665511 100644 --- a/src/SCClassicalPlanning.Documentation/Properties/launchSettings.json +++ b/src/SCClassicalPlanning.Documentation/Properties/launchSettings.json @@ -1,12 +1,4 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:19576", - "sslPort": 44328 - } - }, "profiles": { "SCClassicalPlanning.Documentation": { "commandName": "Project", @@ -17,14 +9,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }