Skip to content

Commit

Permalink
feat: 消息模板初始化sql TencentBlueKing#5150 添加企业微信host占位符
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Sep 15, 2021
1 parent 56c07d8 commit ac8e065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/bkenv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ BK_REPO_HOST=
BK_SSM_HOST=
# BK_SSM_PORT无默认值. 无需修改. 声明依赖, 蓝鲸环境下会自动填充. 其他环境无需填写.
BK_SSM_PORT=
# BK_CI_WEWORK_API_URL 默认值为:https://qyapi.weixin.qq.com, 企业微信服务端host,用于调用企业微信api接口
BK_CI_WEWORK_API_URL=
# BK_CI_NOTIFY_WEWORK_API_URL 默认值为:https://qyapi.weixin.qq.com, 企业微信服务端host,用于调用企业微信api接口.
BK_CI_NOTIFY_WEWORK_API_URL=https://qyapi.weixin.qq.com

##########
# 1-基础配置
Expand Down
2 changes: 1 addition & 1 deletion support-files/templates/#etc#ci#application-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wework:
corpSecret:
agentId:
tempDirectory: # 保存待上传 wework 文件临时存储路径
apiUrl: __BK_CI_WEWORK_API_URL__ # 企业微信服务端host,用于调用企业微信api接口
apiUrl: __BK_CI_NOTIFY_WEWORK_API_URL__ # 企业微信服务端host,用于调用企业微信api接口
safe: # 表示是否是保密消息,0表示可对外分享,1表示不能分享且内容显示水印,默认为0
enableDuplicateCheck: # 表示是否开启重复消息检查,0表示否,1表示是,默认0
duplicateCheckInterval: # 表示是否重复消息检查的时间间隔,默认1800s,最大不超过4小时
Expand Down

0 comments on commit ac8e065

Please sign in to comment.