irc minio 修改配置文件
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-06-17 11:48:09 +08:00
parent 47a45df610
commit 4da7c2f960
1 changed files with 7 additions and 7 deletions

View File

@ -28,13 +28,13 @@
}, },
"MinIO": { "MinIO": {
"endPoint": "192.168.3.68", "endPoint": "hir-oss.test.extimaging.com",
"port": "8001", "port": "443",
"useSSL": false, "useSSL": true,
"accessKey": "IDFkwEpWej0b4DtiuThL", "accessKey": "fbStsVYCIPKHQneeqMwD",
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h", "secretKey": "TzgvyA3zGXMUnpilJNUlyMYHfosl1hBMl6lxPmjy",
"bucketName": "test", "bucketName": "irc-test",
"viewEndpoint": "http://192.168.3.68:8001/test/" "viewEndpoint": "https://hir-oss.test.extimaging.com/irc-test"
}, },
"AWS": { "AWS": {