mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: token expire
This commit is contained in:
@@ -68,7 +68,7 @@ const development = {
|
||||
auth: {
|
||||
jwt: {
|
||||
secret: 'certd666',
|
||||
expire: 7 * 24 * 60, //单位秒
|
||||
expire: 7 * 24 * 60 * 60, //单位秒
|
||||
},
|
||||
},
|
||||
certd: {
|
||||
|
||||
Reference in New Issue
Block a user