diff --git a/en-US/advanced/configuration_cheat_sheet.md b/en-US/advanced/configuration_cheat_sheet.md index af073de3..fe0e85a9 100644 --- a/en-US/advanced/configuration_cheat_sheet.md +++ b/en-US/advanced/configuration_cheat_sheet.md @@ -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. diff --git a/zh-CN/advanced/configuration_cheat_sheet.md b/zh-CN/advanced/configuration_cheat_sheet.md index 9bc93260..d19594d1 100644 --- a/zh-CN/advanced/configuration_cheat_sheet.md +++ b/zh-CN/advanced/configuration_cheat_sheet.md @@ -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 钩子历史页面每页显示记录条数