Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 8104ffa

Browse files
committed
Fix format
1 parent 8386ddb commit 8104ffa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ token=Mgep4rV49rM8Jf
1212

1313
配置项如下:
1414

15-
| 配置项名称 | 默认值 | 说明 |
16-
| -------- | ------- | ---------------------------------------- |
17-
| host | 0.0.0.0 | HTTP 服务器监听的 IP |
18-
| port | 5700 | HTTP 服务器监听的端口 |
19-
| post_url || 消息和事件的上报地址,通过 POST 方式请求,数据以 JSON 格式发送 |
20-
| token || 验证 token,如果不为空,则会在接收到请求是验证 `Authorization` 请求头是否为 `token xxxxxxxx``xxxxxxxx` 为 token,并在上报数据时在请求中加入同样的 `Authorization` 请求头。 |
15+
| 配置项名称 | 默认值 | 说明 |
16+
| ---------- | --------- | ---------------------------------------- |
17+
| `host` | `0.0.0.0` | HTTP 服务器监听的 IP |
18+
| `port` | `5700` | HTTP 服务器监听的端口 |
19+
| `post_url` | | 消息和事件的上报地址,通过 POST 方式请求,数据以 JSON 格式发送 |
20+
| `token` | | 验证 token,如果不为空,则会在接收到请求是验证 `Authorization` 请求头是否为 `token xxxxxxxx``xxxxxxxx` 为 token,并在上报数据时在请求中加入同样的 `Authorization` 请求头。 |

0 commit comments

Comments
 (0)