From bd6aae97c760e5c5693b6088b73f8a69a6f1ad55 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Mon, 12 Aug 2019 11:03:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=87=E7=94=A8=E5=8D=95=E4=B8=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E5=88=99=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E8=AE=BE=E7=BD=AEprofiles.active=E4=B8=BAnone?= =?UTF-8?q?=EF=BC=8C=E5=90=A6=E5=88=99=E4=BC=9A=E8=A2=ABall=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E5=86=85=E7=BD=AEapplication=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84profiles.active=E6=89=80=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=BF=9B=E8=80=8C=E5=AF=BC=E8=87=B4=E4=B8=80=E4=BA=9B=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E5=8A=A0=E8=BD=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/litemall/application.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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