Skip to content

Commit

Permalink
feat : application-prod.yml 경로
Browse files Browse the repository at this point in the history
  • Loading branch information
amm0124 authored Nov 14, 2024
1 parent 573cde7 commit 8ebccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spring:
client-name: Kakao
authorization-grant-type: authorization_code
client-authentication-method: client_secret_post
redirect-uri: http://localhost:8080/login/oauth2/code/kakao
redirect-uri: https://api.poomasi.shop/login/oauth2/code/kakao
provider:
kakao:
authorization-uri: https://kauth.kakao.com/oauth/authorize #카카오 로그인 화면
Expand Down

0 comments on commit 8ebccbf

Please sign in to comment.