Mure 3 months ago
parent
commit
0871d4f4ff

+ 1 - 0
src/main/resources/application-local.yml

@@ -86,6 +86,7 @@ file:
 # 阿里云
 aliyun:
   # 阿里云OSS -> 创建Blcket -> 深圳/本地冗余/公有读私有写 (注意配置正式时,要设置 自定义域名、防盗链、跨域)
+  # # https://ram.console.aliyun.com/profile/access-keys?spm=5176.2020520153.0.0.211e295cIWt0xe
   oss:
     # 上传的最大大小限制 (5MB)
     max-size: 1073741824

+ 1 - 0
src/main/resources/application-prod.yml

@@ -86,6 +86,7 @@ file:
 # 阿里云
 aliyun:
   # 阿里云OSS -> 创建Blcket -> 深圳/本地冗余/公有读私有写 (注意配置正式时,要设置 自定义域名、防盗链、跨域)
+  # https://ram.console.aliyun.com/profile/access-keys?spm=5176.2020520153.0.0.211e295cIWt0xe
   oss:
     # 上传的最大大小限制 (5MB)
     max-size: 5242880