We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5e21b commit f398eb2Copy full SHA for f398eb2
src/main/resources/application.yml
@@ -40,8 +40,8 @@ spring:
40
scope: email
41
42
kakao:
43
- client-id: ${KAKAO_CLIENT_ID}
44
- client-secret: ${KAKAO_CLIENT_SECRET}
+ client-id: ${PROD_KAKAO_CLIENT_ID}
+ client-secret: ${PROD_KAKAO_CLIENT_SECRET}
45
redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
46
authorization-grant-type: authorization_code
47
client-authentication-method: client_secret_post
0 commit comments