Skip to content

Commit 90b25e1

Browse files
committed
[Test] 엑세스 토큰도 기한 임시 설정
1 parent d9d9bf2 commit 90b25e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devicelife-api/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jwt:
6666
token:
6767
secretKey: ${JWT_SECRET_KEY}
6868
expiration:
69-
access: 86400000 # 14400000 # PM님의 요청으로 데모데이 전까지만 토큰 기한 24시간으로 설정 (기존 4시간)
69+
access: 60000 #864000 # 14400000 # PM님의 요청으로 데모데이 전까지만 토큰 기한 24시간으로 설정 (기존 4시간)
7070
refresh: 60000 #2592000000 # 30일
7171

7272
server:

0 commit comments

Comments
 (0)