Skip to content

Commit

Permalink
[fix][#40] AT 만료 10000시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sejoon00 committed Aug 12, 2024
1 parent 3aff4ec commit 1842992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jwt:
access-token-secret: ${JWT_ACCESS_TOKEN_SECRET:}
refresh-token-secret: ${JWT_REFRESH_TOKEN_SECRET:}
access-token-expiration-time: ${JWT_ACCESS_TOKEN_EXPIRATION_TIME:7200} #2시간
access-token-expiration-time: ${JWT_ACCESS_TOKEN_EXPIRATION_TIME:36000000} #10000시간
refresh-token-expiration-time: ${JWT_REFRESH_TOKEN_EXPIRATION_TIME:604800} #7일
issuer: ${JWT_ISSUER:}

0 comments on commit 1842992

Please sign in to comment.