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。仅第三方应用需要用到,企业自建应用可以忽略。