We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caa029 commit c216700Copy full SHA for c216700
1 file changed
src/main/resources/application.yml
@@ -41,7 +41,7 @@ mailgun:
41
42
jwt:
43
secret: ${SECRET_KEY}
44
- access-token-expiration: 3600 # 1일
+ access-token-expiration: 3600 # 1시간
45
refresh-token-expiration: 1209600 # 14일
46
47
tmap: #Tmap 대중교통 추천 api 키
@@ -78,4 +78,4 @@ cloud:
78
access-key: ${AWS_ACCESS_KEY}
79
secret-key: ${AWS_SECRET_KEY}
80
region:
81
- static: ap-northeast-2
+ static: ap-northeast-2
0 commit comments