From 4a7d094c8805e9c6e58caf888011dd92bb3be501 Mon Sep 17 00:00:00 2001 From: 252535409 <252535409@qq.com> Date: Thu, 30 Nov 2023 22:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 5 +++++ .../src/main/resources/application-test.yml | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/service-management-system/src/main/resources/application-prod.yml b/service-management-system/src/main/resources/application-prod.yml index 8c18aee..a0443fa 100644 --- a/service-management-system/src/main/resources/application-prod.yml +++ b/service-management-system/src/main/resources/application-prod.yml @@ -326,3 +326,8 @@ oauth2: nationCertPath: uploadNationProvince: 四川省 uploadNationCreater: scsjg002 +aliyun: + accessKey: 123 + accessKeySecret: 456 +message_receive_id: 1000000 +openmeetings_url: http://gxb.v1.idcfengye.com \ No newline at end of file diff --git a/service-management-system/src/main/resources/application-test.yml b/service-management-system/src/main/resources/application-test.yml index 1ce417a..74aef68 100644 --- a/service-management-system/src/main/resources/application-test.yml +++ b/service-management-system/src/main/resources/application-test.yml @@ -256,4 +256,9 @@ ucap: maxTotal: 200 maxPerRoute: 50 readTimeout: 35000 - connectTimeout: 10000 \ No newline at end of file + connectTimeout: 10000 +aliyun: + accessKey: 123 + accessKeySecret: 456 +message_receive_id: 1000000 +openmeetings_url: http://gxb.v1.idcfengye.com \ No newline at end of file