From 1c513dc803d2198b4d6843b0e3c51dbb9b49441c Mon Sep 17 00:00:00 2001 From: aa89227 Date: Sun, 25 Aug 2024 13:44:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=87=20client=20=E7=9A=84=20profi?= =?UTF-8?q?le=20http=20=E8=88=87=20https=20=E4=BD=8D=E7=BD=AE=E4=BA=A4?= =?UTF-8?q?=E6=8F=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Clients/Monopoly.Clients.Web/Properties/launchSettings.json b/Clients/Monopoly.Clients.Web/Properties/launchSettings.json index ebebfa3..08fc12f 100644 --- a/Clients/Monopoly.Clients.Web/Properties/launchSettings.json +++ b/Clients/Monopoly.Clients.Web/Properties/launchSettings.json @@ -6,23 +6,23 @@ } }, "profiles": { - "http": { + "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "http://localhost:5184", + "applicationUrl": "https://localhost:7047;http://localhost:5184", + "launchUrl": "https://localhost:7047/dev-page", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, - "https": { + "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "https://localhost:7047;http://localhost:5184", - "launchUrl": "https://localhost:7047/dev-page", + "applicationUrl": "http://localhost:5184", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }