修改测试环境存放bucket

Uat_Study^2
hang 2024-04-17 09:59:42 +08:00
parent 5ef97ff742
commit ac43952c18
1 changed files with 7 additions and 7 deletions

View File

@ -20,13 +20,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": "123.56.94.154",
"port": "9001",
"useSSL": true,
"accessKey": "fbStsVYCIPKHQneeqMwD",
"secretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
"bucketName": "study-test",
"viewEndpoint": "https://study.test.extimaging.com/oss/study-test"
},
"AWS": {