From 721e666862b4549db68373d3fda22b6e316919ef Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Fri, 2 Dec 2022 21:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Properties/launchSettings.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 8f1d99b..dc675bf 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -1,21 +1,15 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:28213", - "sslPort": 44341 - } - }, "profiles": { "IoTSharp.Gateways": { + "applicationUrl": "https://localhost:7126;http://localhost:5126", "commandName": "Project", - "launchBrowser": true, + "devTunnelEnabled": true, + "devTunnelAccess": "Public", + "dotnetRunMessages": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:7126;http://localhost:5126", - "dotnetRunMessages": true + "launchBrowser": true }, "IIS Express": { "commandName": "IISExpress", @@ -31,5 +25,13 @@ "publishAllPorts": true, "useSSL": true } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:28213", + "sslPort": 44341 + } } } \ No newline at end of file