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 3e18ff1 commit fe75940
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 @@ -38,6 +38,8 @@ spring:
on-profile: dev

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 fe75940

Please sign in to comment.