From 9d752286f40f5b5d613bb4eaf3f03d7e397a6a0c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 3 Jul 2023 16:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index a5c135eb9..97ef39971 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -53,6 +53,14 @@ "ASPNETCORE_ENVIRONMENT": "CertificateApply" }, "applicationUrl": "http://localhost:6400" + }, + "IRaCIS.CenterImageDev": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "CenterImageDev" + }, + "applicationUrl": "http://localhost:6100" } } } \ No newline at end of file