We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133176 commit a13be8cCopy full SHA for a13be8c
docs/getting-started/install/config.md
@@ -80,7 +80,7 @@ spring:
80
| `halo.security.frame-options.mode` | iframe 嵌入模式,默认为同源 | `SAMEORIGIN` |
81
| `halo.security.referrer-options.policy` | | `strict-origin-when-cross-origin` |
82
| `halo.security.remember-me.token-validity` | 保持登录回话的有效期,默认为 14 天(14d) | `14d` |
83
-| `halo.security.basic-auth.disabled` | 是否开启 API 的 Basic Auth 认证 | `true` |
+| `halo.security.basic-auth.disabled` | 是否禁用 API 的 Basic Auth 认证 | `true` |
84
| `halo.security.two-factor-auth.disabled` | 是否禁用系统全局的两步验证 | `false` |
85
| `halo.attachment.resource-mappings[0].pathPattern` | | |
86
| `halo.attachment.resource-mappings[0].locations` | | |
0 commit comments