From cb1cc21ef9adcf7d53eeb5576b2f88160d5f4751 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 3 Nov 2018 22:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9Ala?= =?UTF-8?q?unchSettings=E9=85=8D=E7=BD=AE=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Properties/launchSettings.json | 2 +- Bootstrap.Client/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Properties/launchSettings.json b/Bootstrap.Admin/Properties/launchSettings.json index 2c8e2249..c9144bf1 100644 --- a/Bootstrap.Admin/Properties/launchSettings.json +++ b/Bootstrap.Admin/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:50853/" + "applicationUrl": "http://localhost:50852/" } } } \ No newline at end of file diff --git a/Bootstrap.Client/Properties/launchSettings.json b/Bootstrap.Client/Properties/launchSettings.json index dac25098..646794d0 100644 --- a/Bootstrap.Client/Properties/launchSettings.json +++ b/Bootstrap.Client/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "http://localhost:49185" } } } \ No newline at end of file