Skip to content

Commit e1a4842

Browse files
committed
refactor: 테스트 완료. 만료 시간 복구
1 parent aa5405a commit e1a4842

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ custom:
9999
jwt:
100100
secretKey: ${JWT_SECRET_KEY}
101101
accessToken:
102-
expirationSeconds: "#{60}" # 15분 곱하기
102+
expirationSeconds: "#{60*15}"
103103
refreshToken:
104104
expirationSeconds: "#{60*60*24*30}"
105-
idleTimeoutHours: "#{1}"
106-
# "#{60*6*4}"
105+
idleTimeoutHours: "#{60*6*4}"
107106

108107

109108
management:

0 commit comments

Comments
 (0)