Skip to content

Commit

Permalink
Update configuration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SilianZ authored Jun 29, 2024
1 parent e44502a commit 0242237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/advanced/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ cache:
time: 1800
cluster:
byoc: false
download_access_logs: true
download_retry_delay: 60
enable: true
id: ""
public_host: ""
Expand Down Expand Up @@ -114,6 +116,8 @@ web:
| ------------------- | --------- | ------- | -------- | -------------------------------------------------- |
| `byoc` | `boolean` | `false` | 否 | 是否不使用 BMCLAPI 分发的证书, 同 `CLUSTER_BYOC`。 |
| `enable` | `boolean` | `true` | 否 | 是否启用节点。 |
| `download_access_logs` | `boolean` | `true` | 否 | 是否启用下载日志。 |
| `download_retry_delay` | `int` | `true` | 否 | 下载时重试延迟时间。 |
| `id` | `string` | `''` | 是 | OpenBMCLAPI 的 `CLUSTER_ID`。 |
| `public_host` | `boolean` | `''` | 否 | 实际开放的公网主机名, 同 `CLUSTER_IP`。 |
| `public_port` | `int` | `8800` | 否 | 实际开放的公网端口, 同 `CLUSTER_PUBLIC_PORT`。 |
Expand Down

0 comments on commit 0242237

Please sign in to comment.