Browse Source

设置失效时间为1天

yq 3 years ago
parent
commit
b42888a68b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-dev.properties

+ 1 - 1
src/main/resources/application-dev.properties

@@ -77,7 +77,7 @@ spring.redis.jedis.pool.max-wait=1000
 # token
 # token
 token.header: Authorization
 token.header: Authorization
 token.secret: abcdefghijklmnopqrstuvwxyz
 token.secret: abcdefghijklmnopqrstuvwxyz
-token.expireTime: 30
+token.expireTime: 144
 
 
 # xss
 # xss
 xss.enabled: true
 xss.enabled: true