Skip to content

Commit

Permalink
Merge pull request #46 from YogitTeam/appleLogin1
Browse files Browse the repository at this point in the history
#5 fix: client_ID 를 ios -> web 용으로 수정
  • Loading branch information
xhaktmchl authored Nov 17, 2022
2 parents fd74de2 + e823837 commit d3ea26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ APPLE.PUBLICKEY.URL=https://appleid.apple.com/auth/keys
APPLE.WEBSITE.URL=https://yogit.world/redirect
APPLE.ISS=https://appleid.apple.com
# client_ID (Web 구현 용)
#APPLE.AUD=com.Branch.service
APPLE.AUD=com.Branch.service
# client_ID (IOS 구현 용)
APPLE.AUD=com.Branch.Yogit
#APPLE.AUD=com.Branch.Yogit
#Team_ID
APPLE.TEAM.ID=9487SKDZZB
# key_ID
Expand Down

0 comments on commit d3ea26c

Please sign in to comment.