Skip to content

Commit c216700

Browse files
authored
Update access token expiration comment in application.yml
Corrected access token expiration comment from '1일' to '1시간'.
1 parent 0caa029 commit c216700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mailgun:
4141

4242
jwt:
4343
secret: ${SECRET_KEY}
44-
access-token-expiration: 3600 # 1일
44+
access-token-expiration: 3600 # 1시간
4545
refresh-token-expiration: 1209600 # 14일
4646

4747
tmap: #Tmap 대중교통 추천 api 키
@@ -78,4 +78,4 @@ cloud:
7878
access-key: ${AWS_ACCESS_KEY}
7979
secret-key: ${AWS_SECRET_KEY}
8080
region:
81-
static: ap-northeast-2
81+
static: ap-northeast-2

0 commit comments

Comments
 (0)