Skip to content

Commit 645da7f

Browse files
authored
Merge 332ff5f into 85b7e06
2 parents 85b7e06 + 332ff5f commit 645da7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ kakao:
7171
uri: https://dapi.kakao.com/v2/local/geo/coord2regioncode
7272
jwt:
7373
secret: ${JWT_SECRET}
74-
access-token-validity-in-seconds: 300
74+
access-token-validity-in-seconds: 3600
7575
refresh-token-validity-in-seconds: 86400 # 24시간
7676
use-cookie: false # 개발 환경에서. 클라이언트 개발 완료 후 쿠키 사용 방식으로 변경.

0 commit comments

Comments
 (0)