Skip to content

Commit

Permalink
🔒mission(#10) : 카카오 클라이언트 id, secret 값 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
2ghrms committed Dec 3, 2024
1 parent abaa87d commit 8375aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spring:
registration:
kakao:
client-authentication-method: client_secret_post
client-id: b520cf6225bb08837856b4bcee2232be
client-secret: 5lBI2OF2hvUBAUHbG2QSUuFeyDCGb6Yn
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
redirect-uri: http://localhost:8080/login/oauth2/code/kakao
authorization-grant-type: authorization_code
scope: profile_nickname
Expand Down

0 comments on commit 8375aac

Please sign in to comment.