Skip to content

Commit

Permalink
Merge pull request #127 from Team-FAB/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wonho-seo committed Jul 1, 2023
2 parents a27df9c + 7ffe396 commit 2359e44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/main/resources/oauth2-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
spring:
OAuth2:
client_id: ${OAUTH2_CLIENT_ID}
redirect_uri: ${OAUTH2_REDIRECT_URI}
Google:
user_info_uri: https://www.googleapis.com/oauth2/v2/userinfo
Kakao:
client_id: ${OAUTH2_CLIENT_ID}
redirect_uri: ${OAUTH2_REDIRECT_URI}
token_uri: https://kauth.kakao.com/oauth/token
user_info_uri: https://kapi.kakao.com/v2/user/me
property_keys: "[\"kakao_account.email\",\"kakao_account.profile\"]"

0 comments on commit 2359e44

Please sign in to comment.