Browse Source

修改pc管理端 token过期时间为3年

master
qushutong 2 years ago
parent
commit
9cd4fdcf1c
  1. 2
      epmet-auth/src/main/resources/bootstrap.yml

2
epmet-auth/src/main/resources/bootstrap.yml

@ -100,7 +100,7 @@ jwt:
#秘钥 #秘钥
secret: 7016867071f0ebf1c46f123eaaf4b9d6[elink.epmet] secret: 7016867071f0ebf1c46f123eaaf4b9d6[elink.epmet]
#token有效时长,默认7天,单位秒 #token有效时长,默认7天,单位秒
expire: 604800 expire: 94608000
wx: wx:
mp: mp:
configs: configs:

Loading…
Cancel
Save