Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix: Resolve Conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdtn0219 committed Nov 28, 2023
2 parents 47d9bb6 + 0d221b5 commit 885197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-jwt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
security:
jwt:
secret-key: ${JWT_SECRET_KEY}
token-duration: 30m # 30 분 뒤 토큰 만료
token-duration: ${JWT_EXPIRE_TIME} # Duration 단위

0 comments on commit 885197b

Please sign in to comment.