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 d9d9bf2 commit 90b25e1Copy full SHA for 90b25e1
1 file changed
devicelife-api/src/main/resources/application.yaml
@@ -66,7 +66,7 @@ jwt:
66
token:
67
secretKey: ${JWT_SECRET_KEY}
68
expiration:
69
- access: 86400000 # 14400000 # PM님의 요청으로 데모데이 전까지만 토큰 기한 24시간으로 설정 (기존 4시간)
+ access: 60000 #864000 # 14400000 # PM님의 요청으로 데모데이 전까지만 토큰 기한 24시간으로 설정 (기존 4시간)
70
refresh: 60000 #2592000000 # 30일
71
72
server:
0 commit comments