Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
토큰 만료 기간 수정
  • Loading branch information
min-0 authored Sep 11, 2024
1 parent a09f6cf commit 75b549e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ social-login:

jwt:
secret-key: ${JWT_SECRET_KEY}
access-token-expired-ms: ${ACCESS_TOKEN_EXPIRE}
refresh-token-expired-ms: ${REFRESH_TOKEN_EXPIRE}
access-token-expired-ms: ${ACCESS_TOKEN_EXPIRE_DEV}
refresh-token-expired-ms: ${REFRESH_TOKEN_EXPIRE_DEV}

cloud:
aws:
Expand Down

0 comments on commit 75b549e

Please sign in to comment.