Skip to content

Commit

Permalink
MATE-85 : [FIX] jwt secret key 문법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juchan204 committed Dec 3, 2024
1 parent 259dee6 commit ea147af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ oauth:
client-secret: ${NAVER_CLIENT_SECRET}

jwt:
secret-key: ${JWT_SECRET_KEY}
secret_key: ${JWT_SECRET_KEY}

openweather:
api:
Expand Down

0 comments on commit ea147af

Please sign in to comment.