Skip to content

Commit

Permalink
chore: 테스트용 accessToken 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Feb 12, 2024
1 parent f9560bc commit 58b1f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms-infrastructure/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fcm:

secret:
secret-key: ${SECRET_KEY:asdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfdsasdfghgfds}
access-exp: ${ACCESS_EXP:1800}
access-exp: 30
refresh-exp: ${REFRESH_EXP:7200}

open-feign:
Expand Down

0 comments on commit 58b1f2c

Please sign in to comment.