Skip to content

Commit

Permalink
Update docs/getting-started/install/config.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Niang <[email protected]>
  • Loading branch information
ruibaby and JohnNiang authored Oct 22, 2024
1 parent 7133176 commit a13be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spring:
| `halo.security.frame-options.mode` | iframe 嵌入模式,默认为同源 | `SAMEORIGIN` |
| `halo.security.referrer-options.policy` | | `strict-origin-when-cross-origin` |
| `halo.security.remember-me.token-validity` | 保持登录回话的有效期,默认为 14 天(14d) | `14d` |
| `halo.security.basic-auth.disabled` | 是否开启 API 的 Basic Auth 认证 | `true` |
| `halo.security.basic-auth.disabled` | 是否禁用 API 的 Basic Auth 认证 | `true` |
| `halo.security.two-factor-auth.disabled` | 是否禁用系统全局的两步验证 | `false` |
| `halo.attachment.resource-mappings[0].pathPattern` | | |
| `halo.attachment.resource-mappings[0].locations` | | |
Expand Down

0 comments on commit a13be8c

Please sign in to comment.