Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dingtalk and QUEUE_LENGTH parameter of webhook in configuration file #233

Merged
merged 1 commit into from
Jul 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion en-US/advanced/configuration_cheat_sheet.md
Original file line number Diff line number Diff line change
@@ -159,7 +159,8 @@ Name|Description

Name|Description
----|-----------
`TYPES`|Types are enabled for users to use, can be `gogs`, `slack` or `discord`.
`TYPES`|Types are enabled for users to use, can be `gogs`, `slack`、`discord` or `dingtalk`.
`QUEUE_LENGTH`|The length of the Webhook queue, increase if webhook shooting starts hanging
`DELIVER_TIMEOUT`|Delivery timeout in seconds for shooting webhooks.
`SKIP_TLS_VERIFY`|Indicate whether to allow insecure certification or not.
`PAGING_NUM`|Number of webhook history that are shown in one page.
3 changes: 2 additions & 1 deletion zh-CN/advanced/configuration_cheat_sheet.md
Original file line number Diff line number Diff line change
@@ -159,7 +159,8 @@ name: 配置文件手册

名称|描述
----|----
`TYPES`|启动的 Web 钩子类型,可以是 `gogs`、`slack` 或 `discord`
`TYPES`|启动的 Web 钩子类型,可以是 `gogs`、`slack`、`discord`或`dingtalk`
`QUEUE_LENGTH`|Web钩子队列长度,如果发现部分Webhook未能成功触发,可考虑增加该值
`DELIVER_TIMEOUT`|发送通知的超时时间,以秒为单位
`SKIP_TLS_VERIFY`|指示是否允许向具有非信任证书的地址发送通知
`PAGING_NUM`|Web 钩子历史页面每页显示记录条数