Skip to content

Commit

Permalink
style: 환경변수 네이밍 underline -> dash
Browse files Browse the repository at this point in the history
  • Loading branch information
suw0n committed May 29, 2024
1 parent ace8c50 commit bb448df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ server:
jwt:
access-secret: ${JWT_ACCESS_SECRET}
refresh-secret: ${JWT_REFRESH_SECRET}
access_expiry_date: ${JWT_ACCESS_EXPIRY_DATE}
refresh_expiry_date: ${JWT_REFRESH_EXPIRY_DATE}
access-expiry-date: ${JWT_ACCESS_EXPIRY_DATE}
refresh-expiry-date: ${JWT_REFRESH_EXPIRY_DATE}

0 comments on commit bb448df

Please sign in to comment.