Update zinc.md (#135)

This commit is contained in:
ethfoo 2023-01-04 17:26:59 +08:00 committed by GitHub
parent 1246e62c5b
commit f7e066bffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ zinc sink用于发送数据至[zinc](https://github.com/zinclabs/zinc)存储。
| ---------- | ----------- | ----------- | --------- | -------- |
| index | string | 非必填 | default | 发送至zinc的index |
## SkipSSLVerify
## skipSSLVerify
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ---------- | ----------- | ----------- | --------- | -------- |
| SkipSSLVerify | bool | 非必填 | true | 是否忽略SSL校验 |
| skipSSLVerify | bool | 非必填 | true | 是否忽略SSL校验 |