From 101a3c8af5a2980b34581605ad9731c6f9bd45da Mon Sep 17 00:00:00 2001 From: alikoli Date: Thu, 10 Aug 2023 02:03:46 +0200 Subject: [PATCH] Revert launchSettings --- Oqtane.Client/Properties/launchSettings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Oqtane.Client/Properties/launchSettings.json b/Oqtane.Client/Properties/launchSettings.json index 8bef83e7..4899842e 100644 --- a/Oqtane.Client/Properties/launchSettings.json +++ b/Oqtane.Client/Properties/launchSettings.json @@ -1,4 +1,12 @@ { + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:44358/", + "sslPort": 0 + } + }, "profiles": { "IIS Express": { "commandName": "IISExpress", @@ -15,13 +23,5 @@ }, "applicationUrl": "http://localhost:44358/" } - }, - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:65367/", - "sslPort": 44327 - } } } \ No newline at end of file