Skip to content

Commit

Permalink
[refactor]엑세스 토큰 만료시간을 1시간으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmw2378 committed Jun 29, 2024
1 parent 7d58a37 commit 1b842e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spring:
security:
token:
access:
expire-time: 10000
expire-time: 3600000
refresh:
expire-time: 86400000
friend:
Expand Down

0 comments on commit 1b842e8

Please sign in to comment.