Browse Source

jwttoken修改

dev
jianjun 4 years ago
parent
commit
8cd9ff5a43
  1. 6
      tduck-api/src/main/resources/application.yml

6
tduck-api/src/main/resources/application.yml

@ -76,9 +76,9 @@ platform:
- /**/*.ico - /**/*.ico
jwt: jwt:
# 加密秘钥 # 加密秘钥
secret: f6f31a5f2136758f86b67cde583cb125 secret: 7016867071f0ebf1c46f123eaaf4b9d6[elink.epmet]
# token有效时长,7天,单位秒 # token有效时长,8天,单位秒
expire: 604800 expire: 691200
header: token header: token

Loading…
Cancel
Save