We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a3acb commit 72eb9f4Copy full SHA for 72eb9f4
docs/.vitepress/config.ts
@@ -230,6 +230,10 @@ export default defineConfig({
230
text: '多数据库支持',
231
link: '/guide/server/multiple-databases'
232
},
233
+ {
234
+ text: '严格角色模式',
235
+ link: '/guide/server/strict-auth'
236
+ },
237
{
238
text: 'viper',
239
link: '/guide/server/core/viper'
docs/guide/server/config.md
@@ -237,7 +237,7 @@ type System struct {
| iplimit-count | int | time时间段内同IP最多访问次数,默认为15000 |
| iplimit-time | int | 限制时间区间,默认为3600 |
| use-mongo | bool | 是否使用mongodb |
240
-| use-strict-auth | bool | 是否开启[严格角色模式](strictAuth) |
+| use-strict-auth | bool | 是否开启[严格角色模式](strict-auth) |
241
242
## captcha
243
docs/guide/server/strictAuth.md docs/guide/server/strict-auth.md
0 commit comments