From 4898aaadef5cf99f5e9c8430471e83aea37c05ce Mon Sep 17 00:00:00 2001 From: jianweie code Date: Sat, 12 Aug 2023 15:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9launchSettings.json=E6=9C=AC=E5=9C=B0=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=AB=AF=E5=8F=A3=E5=8F=B7=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=AB=AF=E5=92=8C=E5=90=8E=E7=AB=AF=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E5=90=AF=E5=8A=A8=E5=BA=94=E7=94=A8=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=AB=AF=E5=8F=A3=E5=8F=B7=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/Properties/launchSettings.json | 2 +- CoreCms.Net.Web.WebApi/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/Properties/launchSettings.json b/CoreCms.Net.Web.Admin/Properties/launchSettings.json index 1e1e153..da987f0 100644 --- a/CoreCms.Net.Web.Admin/Properties/launchSettings.json +++ b/CoreCms.Net.Web.Admin/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000" + "applicationUrl": "http://localhost:1987" } } } \ No newline at end of file diff --git a/CoreCms.Net.Web.WebApi/Properties/launchSettings.json b/CoreCms.Net.Web.WebApi/Properties/launchSettings.json index 2a00f55..91e57d0 100644 --- a/CoreCms.Net.Web.WebApi/Properties/launchSettings.json +++ b/CoreCms.Net.Web.WebApi/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000" + "applicationUrl": "http://localhost:2015" } } } \ No newline at end of file