Skip to content

Commit

Permalink
chore: accessToken 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Feb 13, 2024
1 parent 7b513b6 commit d56737d
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: 30
access-exp: ${ACCESS_EXP:1800}
refresh-exp: ${REFRESH_EXP:7200}

open-feign:
Expand Down

0 comments on commit d56737d

Please sign in to comment.