From b9f854afcbe27af9819da72c65f061d29b83bee8 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 29 Jun 2020 12:13:53 +0200 Subject: [PATCH] Boot netcore on https:localhost:44331 Signed-off-by: Bjarke Berg --- src/Umbraco.Tests.AcceptanceTest/cypress.json | 2 +- src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Tests.AcceptanceTest/cypress.json b/src/Umbraco.Tests.AcceptanceTest/cypress.json index 5f081400b5..33978211ed 100644 --- a/src/Umbraco.Tests.AcceptanceTest/cypress.json +++ b/src/Umbraco.Tests.AcceptanceTest/cypress.json @@ -1,5 +1,5 @@ { - "baseUrl": "http://localhost:9000", + "baseUrl": "https://localhost:44331", "viewportHeight": 1024, "viewportWidth": 1200, "env": { diff --git a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json index aa52567b47..65e9736518 100644 --- a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json +++ b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json @@ -4,7 +4,7 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:9000", - "sslPort": 0 + "sslPort": 44331 } }, "profiles": { @@ -23,4 +23,4 @@ "applicationUrl": "https://localhost:44354;http://localhost:9000" } } -} \ No newline at end of file +}