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.
1 parent 0d6b055 commit 871a071Copy full SHA for 871a071
src/main/resources/application.yaml
@@ -66,7 +66,8 @@ springdoc:
66
67
jwt:
68
secret: ${JWT_SECRET_KEY}
69
- access-token-validity-in-seconds: 3600 # 1시간
+# access-token-validity-in-seconds: 3600 # 1시간
70
+ access-token-validity-in-seconds: 60 # 1분
71
refresh-token-validity-in-seconds: 604800 # 7일
72
73
app:
0 commit comments