From 02422373a5e478cfae923948b6c7a7625494c3e2 Mon Sep 17 00:00:00 2001 From: bugungu <113701655+SilianZ@users.noreply.github.com> Date: Sat, 29 Jun 2024 12:29:59 +0800 Subject: [PATCH] Update configuration.mdx --- docs/advanced/configuration.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced/configuration.mdx b/docs/advanced/configuration.mdx index ef6b1be..eac9975 100644 --- a/docs/advanced/configuration.mdx +++ b/docs/advanced/configuration.mdx @@ -34,6 +34,8 @@ cache: time: 1800 cluster: byoc: false + download_access_logs: true + download_retry_delay: 60 enable: true id: "" public_host: "" @@ -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`。 |