Skip to content

Commit

Permalink
Fix: 로그인 관련 yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Mar 28, 2024
1 parent 05096d3 commit 7e0b09d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daepiro-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
profiles:
active: local
active: dev
group:
local: core,redis,auth,crawler,common,api
dev: core,redis,auth,crawler,common,api
Expand Down
4 changes: 4 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 Expand Up @@ -36,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 7e0b09d

Please sign in to comment.