Skip to content

Commit 8f42547

Browse files
authored
fix: application에 Kakao API Client Key 수정 (#2)
1 parent 055cf6b commit 8f42547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-test-server/src/main/resources/application-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spring:
2323
open-in-view: true
2424
key:
2525
jwt-secret-key: ${JWT_SECRET_KEY}
26+
kakao-api-key: ${KAKAO_API_CLIENT_KEY}
2627
logging:
2728
level:
2829
"[com.example.server]": INFO

0 commit comments

Comments
 (0)