Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ auth:
token:
issuer: https://syncly-io.com
hmacSecretBase64: ${JWT_SECRET_KEY} #토큰 서명키
accessTtlSec: 1200 #20분 배포후 10분으로 변경가능
accessTtlSec: 120000 #20분 배포후 10분으로 변경가능
refreshTtlSec: 604800 #7일
redis:
cache:
Expand Down