Browse Source

jwt秘钥调整

release
jianjun 4 years ago
parent
commit
9ec8e267a9
  1. 2
      epmet-auth/src/main/resources/bootstrap.yml
  2. 2
      epmet-gateway/src/main/resources/bootstrap.yml
  3. 2
      epmet-module/data-report/data-report-server/src/main/resources/bootstrap.yml

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

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

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

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

2
epmet-module/data-report/data-report-server/src/main/resources/bootstrap.yml

@ -149,7 +149,7 @@ dingTalk:
jwt: jwt:
token: token:
#秘钥 #秘钥
secret: 7016867071f0ebf1c46f123eaaf4b9d6[elink.epmet] secret: 7016867071f0ebf1c46f123eaaf4b9d6[elink.epdc]
#token有效时长,默认7天,单位秒 #token有效时长,默认7天,单位秒
expire: 604800 expire: 604800

Loading…
Cancel
Save