Skip to content

Commit

Permalink
Fix: common 모듈에 kakao api url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Mar 28, 2024
1 parent 13926b7 commit 3e18ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daepiro-common/src/main/resources/application-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ spring:
on-profile: local

kakao:
api-url: ${KAKAO_API_URL}
token-info-url: ${KAKAO_TOKEN_INFO_URL}
map:
client-id: ${KAKAO_MAP_CLIENT_ID}
map-api-url: ${KAKAO_MAP_API_URL}
Expand Down

0 comments on commit 3e18ff1

Please sign in to comment.