Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 authored Sep 13, 2024
1 parent d5ef268 commit 6824ef0
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 @@ -22,7 +22,7 @@ social-login:
provider:
apple:
grant-type: authorization_code
client-id: ${APPLE_CLIENT_ID}
client-id: ${APPLE_CLIENT_ID_DEV}
key-id: ${APPLE_KEY_ID} # 애플에서 제공하는 키의 ID
team-id: ${APPLE_TEAM_ID} # 애플 개발자 계정의 팀 ID
audience: https://appleid.apple.com
Expand Down

0 comments on commit 6824ef0

Please sign in to comment.