chore: token expire

This commit is contained in:
xiaojunnuo
2023-06-29 08:56:09 +08:00
parent 2bcab76f5a
commit 3791d92d67
2 changed files with 2 additions and 2 deletions
@@ -68,7 +68,7 @@ const development = {
auth: {
jwt: {
secret: 'certd666',
expire: 7 * 24 * 60, //单位秒
expire: 7 * 24 * 60 * 60, //单位秒
},
},
certd: {