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