We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5405a commit e1a4842Copy full SHA for e1a4842
src/main/resources/application.yml
@@ -99,11 +99,10 @@ custom:
99
jwt:
100
secretKey: ${JWT_SECRET_KEY}
101
accessToken:
102
- expirationSeconds: "#{60}" # 15분 곱하기
+ expirationSeconds: "#{60*15}"
103
refreshToken:
104
expirationSeconds: "#{60*60*24*30}"
105
- idleTimeoutHours: "#{1}"
106
-# "#{60*6*4}"
+ idleTimeoutHours: "#{60*6*4}"
107
108
109
management:
0 commit comments