diff --git a/deploy/litemall/application.yml b/deploy/litemall/application.yml index cf216d00..3bea1873 100644 --- a/deploy/litemall/application.yml +++ b/deploy/litemall/application.yml @@ -1,4 +1,6 @@ spring: + profiles: + active: none message: encoding: UTF-8 datasource: @@ -138,4 +140,10 @@ litemall: secretId: 111111 secretKey: xxxxxx region: xxxxxx - bucketName: xxxxxx \ No newline at end of file + bucketName: xxxxxx + # 七牛云对象存储配置信息 + qiniu: + endpoint: http://pd5cb6ulu.bkt.clouddn.com + accessKey: 111111 + secretKey: xxxxxx + bucketName: litemall \ No newline at end of file