feat: 更新JWT访问令牌有效期至1440分钟
This commit is contained in:
@@ -45,7 +45,7 @@ logging:
|
|||||||
security:
|
security:
|
||||||
jwt:
|
jwt:
|
||||||
secret: "change-this-secret-to-a-long-random-string-please"
|
secret: "change-this-secret-to-a-long-random-string-please"
|
||||||
access-token-minutes: 30
|
access-token-minutes: 1440
|
||||||
refresh-token-days: 7
|
refresh-token-days: 7
|
||||||
|
|
||||||
# Swagger/OpenAPI 配置
|
# Swagger/OpenAPI 配置
|
||||||
|
|||||||
Reference in New Issue
Block a user