We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85b7e06 + 332ff5f commit 645da7fCopy full SHA for 645da7f
src/main/resources/application-prod.yml
@@ -71,6 +71,6 @@ kakao:
71
uri: https://dapi.kakao.com/v2/local/geo/coord2regioncode
72
jwt:
73
secret: ${JWT_SECRET}
74
- access-token-validity-in-seconds: 300
+ access-token-validity-in-seconds: 3600
75
refresh-token-validity-in-seconds: 86400 # 24시간
76
use-cookie: false # 개발 환경에서. 클라이언트 개발 완료 후 쿠키 사용 방식으로 변경.
0 commit comments