Skip to content

Commit 15517c0

Browse files
committed
[del] #301 application-local.yml에 불필요한 애플 로그인 코드 삭제
1 parent a2de048 commit 15517c0

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

hilingual-api/src/main/resources/application-local.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ spring:
3636
client-secret: ${GOOGLE_CLIENT_SECRET}
3737
scope:
3838
- email
39-
apple:
40-
client-id: ${APPLE_CLIENT_ID}
41-
client-secret: ${APPLE_PRIVATE_KEY}
42-
client-authentication-method: client_secret_post
43-
authorization-grant-type: authorization_code
44-
scope:
45-
- openid
46-
- name
47-
- email
48-
client-name: Apple
49-
redirect-uri: ${APPLE_REDIRECT_URL}
5039

5140
provider:
5241
apple:

0 commit comments

Comments
 (0)