{ "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "launchUrl": "scalar", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5117" }, "https": { "commandName": "Project", "commandLineArgs": "-aao", "launchBrowser": true, "launchUrl": "scalar", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7162;http://localhost:5117" }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "scalar", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } }, "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:45590", "sslPort": 44356 } } }