This commit is contained in:
无风 2023-04-21 18:27:07 +08:00
parent ef3f552403
commit 9f0034bd84
2 changed files with 2 additions and 2 deletions

View File

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

View File

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