release 7.x

This commit is contained in:
cool 2023-09-28 14:09:37 +08:00
parent 12eeeee0df
commit 54dd4e3a40
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ export default () => {
// 单点登录
sso: false,
// 注意: 最好重新修改,防止破解
secret: 'a7f442005dc411eeb330bb388e9deb5b',
secret: 'cool-admin-xxxxxx',
// token
token: {
// 2小时过期需要用刷新token

View File

@ -41,7 +41,7 @@ export default () => {
// 刷新token 过期时间,单位秒
refreshExpire: 60 * 60 * 24 * 30,
// jwt 秘钥
secret: 'a7f469105dc411eeb330bb388e9deb5b',
secret: 'cool-app-xxxxxx',
},
} as ModuleConfig;
};