Skip to content

Commit

Permalink
[fix] :: expiration time fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 14, 2024
1 parent a9292fe commit 37e54b2
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 @@ -26,7 +26,7 @@ spring:
application:
jwt:
secretKey: 25432A462D4A614E645267556A586E3272357538782F413F4428472B4B625065
expiration: 43200000 # 12시간
expiration: 172800000 # 48시간
refreshExpiration: 604800000 # 7일

firebase:
Expand Down

0 comments on commit 37e54b2

Please sign in to comment.