Skip to content

Commit b61f640

Browse files
committed
refactor: star post api 오류 수정
1 parent 27d4ca2 commit b61f640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spring:
6868

6969
jwt:
7070
secret: ${JWT_SECRET}
71-
access-expiration: 1800000 # 30분
71+
access-expiration: 18000000 # 300분 임시로
7272
refresh-expiration: 1209600000 # 14일
7373

7474
logging:

0 commit comments

Comments
 (0)