From 4da7c2f9601b848bc98e0fea536647456357c026 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 17 Jun 2024 11:48:09 +0800 Subject: [PATCH] =?UTF-8?q?irc=20=20minio=20=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/appsettings.Test_IRC.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/IRaCIS.Core.API/appsettings.Test_IRC.json b/IRaCIS.Core.API/appsettings.Test_IRC.json index e27b7194c..e4939a9af 100644 --- a/IRaCIS.Core.API/appsettings.Test_IRC.json +++ b/IRaCIS.Core.API/appsettings.Test_IRC.json @@ -28,13 +28,13 @@ }, "MinIO": { - "endPoint": "192.168.3.68", - "port": "8001", - "useSSL": false, - "accessKey": "IDFkwEpWej0b4DtiuThL", - "secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h", - "bucketName": "test", - "viewEndpoint": "http://192.168.3.68:8001/test/" + "endPoint": "hir-oss.test.extimaging.com", + "port": "443", + "useSSL": true, + "accessKey": "fbStsVYCIPKHQneeqMwD", + "secretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy", + "bucketName": "irc-test", + "viewEndpoint": "https://hir-oss.test.extimaging.com/irc-test" }, "AWS": {