优化文档

This commit is contained in:
click33 2021-08-31 15:48:37 +08:00
parent c129be45ed
commit 2401726e01

View File

@ -94,6 +94,7 @@ PS两者的区别在于**`方式1会覆盖yml中的配置方式2会与y
| jwtSecretKey | String | null | jwt秘钥 (只有集成 `sa-token-temp-jwt` 模块时此参数才会生效) |
| idTokenTimeout | long | 86400 | Id-Token的有效期 (单位: 秒) |
| basic | String | "" | Http Basic 认证的账号和密码 [参考Http Basic 认证](/up/basic-auth) |
| currDomain | null | "" | 配置当前项目的网络访问地址 |
| sso | Object | new SaSsoConfig() | SSO 单点登录相关配置 |