Skip to content

Commit

Permalink
hotfix: accessToken 유효시간 30분 -> 10시간으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gywns0417 committed Dec 7, 2024
1 parent fb0e895 commit 0178c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spring:
jwt:
secret: ${JWT_SECRET}
token:
access-expiration-time: 1800000 # 30분
access-expiration-time: 36000000 # 10시간
refresh-expiration-time: 604800000 # 7일

logging:
Expand Down

0 comments on commit 0178c6f

Please sign in to comment.