Skip to content

Commit

Permalink
chore: msk secret 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Oct 31, 2024
1 parent b1e5d7e commit 0c7b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/live/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jwt:
secret_key: ${JWT_SECRET_KEY}
token:
access_expiration_time: ${JWT_TOKEN_ACCESS_EXPIRATION_TIME}
refresh_expiration_time: ${JWT_TOKEN_REFRESH_EXPIRATION_TIME}
refresh_expiration_time: ${JWT_TOKEN_REFRESH_EXPIRATION_TIME}

0 comments on commit 0c7b4da

Please sign in to comment.