Skip to content

Commit

Permalink
fix: application에 Kakao API Client Key 수정 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunawood authored Nov 13, 2024
1 parent 055cf6b commit 8f42547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-test-server/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spring:
open-in-view: true
key:
jwt-secret-key: ${JWT_SECRET_KEY}
kakao-api-key: ${KAKAO_API_CLIENT_KEY}
logging:
level:
"[com.example.server]": INFO
Expand Down

0 comments on commit 8f42547

Please sign in to comment.