UNPKG
fjh
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
博客api
fjh
/
public
/
config.js
7 lines
(6 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
// 加密和解密token
jwtSecretKey:
'fengjiheng No1. ^_^'
,
// token 有效期为 10 个小时
expiresIn:
'24h'
}