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