From fbd8698d3d8e7c6aec51880819b68e4f9d85cbd6 Mon Sep 17 00:00:00 2001 From: fitzcao Date: Wed, 15 Sep 2021 10:51:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B6=88=E6=81=AF=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96sql=20#5150=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1host=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/bkenv.properties | 2 ++ .../templates/#etc#ci#application-notify.yml | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/scripts/bkenv.properties b/scripts/bkenv.properties index e293a4312da..f0034342269 100644 --- a/scripts/bkenv.properties +++ b/scripts/bkenv.properties @@ -33,6 +33,8 @@ BK_REPO_HOST= BK_SSM_HOST= # BK_SSM_PORT无默认值. 无需修改. 声明依赖, 蓝鲸环境下会自动填充. 其他环境无需填写. BK_SSM_PORT= +# BK_CI_WEWORK_HOST 默认值为:https://qyapi.weixin.qq.com, 企业微信服务端host,用于调用企业微信api接口 +BK_CI_WEWORK_HOST=https://qyapi.weixin.qq.com ########## # 1-基础配置 diff --git a/support-files/templates/#etc#ci#application-notify.yml b/support-files/templates/#etc#ci#application-notify.yml index 2ccb8258761..16fbfbe614c 100644 --- a/support-files/templates/#etc#ci#application-notify.yml +++ b/support-files/templates/#etc#ci#application-notify.yml @@ -8,3 +8,14 @@ spring: # 服务器端口配置,在同一台机器上部署多个微服务,端口号要不同 21911 server: port: __BK_CI_NOTIFY_API_PORT__ + +wework: + corpId: + corpSecret: + agentId: + tempDirectory: # 保存待上传 wework 文件临时存储路径 + apiUrl: __BK_CI_WEWORK_HOST__ # 企业微信服务端host,用于调用企业微信api接口 + safe: # 表示是否是保密消息,0表示可对外分享,1表示不能分享且内容显示水印,默认为0 + enableDuplicateCheck: # 表示是否开启重复消息检查,0表示否,1表示是,默认0 + duplicateCheckInterval: # 表示是否重复消息检查的时间间隔,默认1800s,最大不超过4小时 + enableIdTrans: # 表示是否开启id转译,0表示否,1表示是,默认0。仅第三方应用需要用到,企业自建应用可以忽略。