Skip to content

Commit 871a071

Browse files
committed
test: 인증 유효시간 1분 설정
1 parent 0d6b055 commit 871a071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/application.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ springdoc:
6666

6767
jwt:
6868
secret: ${JWT_SECRET_KEY}
69-
access-token-validity-in-seconds: 3600 # 1시간
69+
# access-token-validity-in-seconds: 3600 # 1시간
70+
access-token-validity-in-seconds: 60 # 1분
7071
refresh-token-validity-in-seconds: 604800 # 7일
7172

7273
app:

0 commit comments

Comments
 (0)