From 578525fa8b5d09700a42e2c71cb43c3955770d9a Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Thu, 4 Jan 2024 18:54:37 -0700 Subject: [PATCH] removed https config in kestrel. --- appsettings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/appsettings.json b/appsettings.json index 17edf80..d621863 100644 --- a/appsettings.json +++ b/appsettings.json @@ -9,9 +9,6 @@ "Endpoints": { "http": { "Url": "http://localhost:5000" - }, - "https": { - "Url": "https://localhost:43000" } } },