From 733de4c9421c216c29065932f5a8c1aaa84d9f97 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 11 Feb 2026 01:24:30 -0500 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9B=91=E5=90=AC=E5=9C=B0=E5=9D=80=EF=BC=8C=E5=86=85?= =?UTF-8?q?=E7=BD=91=E5=85=B6=E4=BB=96=E4=BA=BA=E5=8F=AF=E4=BB=A5=E8=AE=BF?= =?UTF-8?q?=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Properties/launchSettings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index 80db71188..d3e1c91fe 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:3305", + "applicationUrl": "http://0.0.0.0:3305", "sslPort": 0 } }, @@ -23,7 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Test_IRC", "ASPNETCORE_OpenSwagger": "true" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Test_IRC_PGSQL": { "commandName": "Project", @@ -31,7 +31,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Test_IRC_PGSQL" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Event_IRC": { "commandName": "Project", @@ -39,7 +39,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Event_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "Docker": { "commandName": "Docker", @@ -53,7 +53,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Uat_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.Prod_IRC": { "commandName": "Project", @@ -61,7 +61,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Prod_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.US_Uat_IRC": { "commandName": "Project", @@ -69,7 +69,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "US_Uat_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" }, "IRaCIS.US_Prod_IRC": { "commandName": "Project", @@ -77,7 +77,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "US_Prod_IRC" }, - "applicationUrl": "http://localhost:6100" + "applicationUrl": "http://0.0.0.0:6100" } }