Skip to content

Commit

Permalink
πŸ› Fix: 토큰 μ‹œκ°„ λ‹€μ‹œ λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
koojun99 committed Oct 10, 2024
1 parent a90e197 commit 90a40bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jwt:
key: ${JWT_SECRET}
# secret : ${JWT_SECRET}
authorities-key: authoritiesKey
access-token-validity-in-seconds: 7200000 # 2 hour
refresh-token-validity-in-seconds: 2592000000 # 30 day
access-token-validity-in-seconds: 120000 # 2 min
refresh-token-validity-in-seconds: 300000 # 5 min

firebase:
admin-sdk: ${FCM_KEY}
Expand Down Expand Up @@ -144,7 +144,7 @@ jwt:
# secret : ${JWT_SECRET}
authorities-key: authoritiesKey
access-token-validity-in-seconds: 120000 # 2 min
refresh-token-validity-in-seconds: 300000 # 30 day
refresh-token-validity-in-seconds: 300000 # 5 min

firebase:
admin-sdk: ${FCM_KEY}
Expand Down

0 comments on commit 90a40bd

Please sign in to comment.