Skip to content

Commit f398eb2

Browse files
committed
feat: application.yml 수정(카카오 소셜 승인) (WR9-112)
1 parent 1e5e21b commit f398eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ spring:
4040
scope: email
4141

4242
kakao:
43-
client-id: ${KAKAO_CLIENT_ID}
44-
client-secret: ${KAKAO_CLIENT_SECRET}
43+
client-id: ${PROD_KAKAO_CLIENT_ID}
44+
client-secret: ${PROD_KAKAO_CLIENT_SECRET}
4545
redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
4646
authorization-grant-type: authorization_code
4747
client-authentication-method: client_secret_post

0 commit comments

Comments
 (0)