feat: 更新JWT访问令牌有效期至1440分钟

This commit is contained in:
zyh
2025-08-29 22:33:34 +08:00
parent 22b7d91196
commit 19d9fa3e9e

View File

@@ -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 配置