From 06ca3270a71ecdbcaf59b32233b6de467ef0f25a Mon Sep 17 00:00:00 2001 From: lihanbo Date: Mon, 4 Nov 2024 15:33:38 +0800 Subject: [PATCH] =?UTF-8?q?105040=20=E8=B0=83=E6=95=B4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 105040 调整调试端口 --- LFlow.Base/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LFlow.Base/appsettings.json b/LFlow.Base/appsettings.json index a06a403..ae5d785 100644 --- a/LFlow.Base/appsettings.json +++ b/LFlow.Base/appsettings.json @@ -1,5 +1,5 @@ { - "Urls": "https://172.30.20.40:3452;http://172.30.20.40:3453", + "Urls": "http://*:8088;http://*:3453", "Serilog": { "MinimumLevel": { "Default": "Debug", @@ -16,7 +16,7 @@ ] }, "MinIoConfig": { - "EndPoint": "localhost:9000", + "EndPoint": "172.30.20.40:9000", "AccessKey": "name", "SecretKey": "passsword", "UseSSL": false