From d16ace8f109d0c7331b7d479312f92f036a81e20 Mon Sep 17 00:00:00 2001 From: litao Date: Fri, 22 Nov 2024 18:33:33 +0800 Subject: [PATCH] =?UTF-8?q?minio=E9=85=8D=E7=BD=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 219fc6c..d852fd2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -114,17 +114,17 @@ oss: #minio、s3、qiniu、alioss、huaweiobs、tencentcos name: minio #租户模式 - tenant-mode: true + tenant-mode: false #oss服务地址 - endpoint: http://192.168.0.114:9000 + endpoint: http://124.221.142.15:9000 #oss转换服务地址,用于内网上传后将返回地址改为转换的外网地址 - transform-endpoint: http://192.168.0.114:9000 +# transform-endpoint: http://192.168.0.114:9000 #访问key - access-key: bladexadmin + access-key: DBTbUmfs1uvvyspvSKKo #密钥key - secret-key: bladexadmin + secret-key: NNmKEWBJUnJNdk58P26Y9IcMdUKbGXJy2hLDx92p #存储桶 - bucket-name: bladex + bucket-name: laboratory #flowable配置 flowable: