Skip to content

Commit

Permalink
feat: redirect-url 설정 환경변수로 주입할 수 있게함
Browse files Browse the repository at this point in the history
https 로 전송하기 위해
  • Loading branch information
GGHDMS committed Dec 18, 2023
1 parent f2a1c06 commit 20c75e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spring:
kakao:
client-id: ${CLIENT_ID}
client-secret: ${CLIENT_SECRET}
redirect-uri: "{baseUrl}/login/oauth2/code/kakao"
redirect-uri: ${REDIRECT_URL}
authorization-grant-type: authorization_code
client-authentication-method: POST
client-name: Kakao
Expand Down

0 comments on commit 20c75e3

Please sign in to comment.