From aaa29c36d8ff7a987eed6bd4d617efa5071ad3da Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 5 Dec 2024 18:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1366e7f..86673b0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -88,10 +88,10 @@ wx: #阿里云OSS aliYunOss: - endpoint: "https://oss-cn-chengdu.aliyuncs.com" - accessKeyId: "LTAI5t5cydpGpHfYqf31mEJA" - accessKeySecret: "xdFzlwzmE8QPPstbcZY82tU3xj7G0R" - bucketName: "scwzzn-file" - objectName: "image/" - url: "https://scwzzn-file.oss-cn-chengdu.aliyuncs.com/" - region: "cn-hangzhou" \ No newline at end of file + endpoint: "https://oss-cn-shanghai.aliyuncs.com" + accessKeyId: "LTAI5tCa641QdNHH9Ybg9u7V" + accessKeySecret: "RRVIgekoqx96Fgm2Gs7eQshMShcEpk" + bucketName: "frametour-assets" + objectName: "user-faces/" + url: "https://frametour-assets.oss-cn-shanghai.aliyuncs.com/" + region: "cn-shanghai" \ No newline at end of file