From 2401726e01fa15940f5aab439a67c3c72877d721 Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Tue, 31 Aug 2021 15:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/doc/use/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sa-token-doc/doc/use/config.md b/sa-token-doc/doc/use/config.md index b5e95bd6..548e1d79 100644 --- a/sa-token-doc/doc/use/config.md +++ b/sa-token-doc/doc/use/config.md @@ -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 单点登录相关配置 |