We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ff626 commit fdc2f37Copy full SHA for fdc2f37
1 file changed
src/main/resources/application.yml
@@ -53,5 +53,5 @@ spring:
53
jwt:
54
issuer: Hyerim kim
55
secret: ${JWT_SECRET}
56
- access-token-validity: 180000 #엑세스 토큰 만료 시간
+ access-token-validity: 900000 #엑세스 토큰 만료 시간
57
refresh-token-validity: 1209600000 #리프레시 토큰 만료 시간
0 commit comments