Skip to content

Commit 6f5eb1f

Browse files
committed
update cheetsheet about added webhook options
1 parent 8b7d536 commit 6f5eb1f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ relation to port exhaustion.
312312
- `DELIVER_TIMEOUT`: **5**: Delivery timeout (sec) for shooting webhooks.
313313
- `SKIP_TLS_VERIFY`: **false**: Allow insecure certification.
314314
- `PAGING_NUM`: **10**: Number of webhook history events that are shown in one page.
315+
- `PROXY_URL`: ****: Proxy server URL, support http://, https//, socks://, blank will follow environment http_proxy/https_proxy
316+
- `PROXY_HOSTS`: ****: Comma separated list of host names requiring proxy. Glob patterns (*) are accepted; use ** to match all hosts.
315317

316318
## Mailer (`mailer`)
317319

docs/content/doc/advanced/config-cheat-sheet.zh-cn.md

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ menu:
129129
- `DELIVER_TIMEOUT`: 请求webhooks的超时时间,单位秒。
130130
- `SKIP_TLS_VERIFY`: 是否允许不安全的证书。
131131
- `PAGING_NUM`: 每页显示的Webhook 历史数量。
132+
- `PROXY_URL`: ****: 代理服务器网址,支持 http://, https//, socks://, 为空将使用环境变量中的 http_proxy/https_proxy 设置。
133+
- `PROXY_HOSTS`: ****: 逗号分隔的需要代理的域名或IP地址。支持 * 号匹配符,使用 ** 匹配所有域名和IP地址。
132134

133135
## Mailer (`mailer`)
134136

0 commit comments

Comments
 (0)