diff --git a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json index 27f36121ac..aa52567b47 100644 --- a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json +++ b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json @@ -1,10 +1,10 @@ -{ +{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:36804", - "sslPort": 44354 + "applicationUrl": "http://localhost:9000", + "sslPort": 0 } }, "profiles": { @@ -17,12 +17,10 @@ }, "Umbraco.Web.UI.NetCore": { "commandName": "Project", - "launchBrowser": false, - "applicationUrl": "https://localhost:44354;http://localhost:9000", - "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:44354;http://localhost:9000" } } -} +} \ No newline at end of file