We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e71023 + 3fe0352 commit 208ddacCopy full SHA for 208ddac
src/main/resources/application.yml
@@ -40,7 +40,7 @@ spring:
40
client-id: ${KAKAO_OAUTH_CLIENT_ID}
41
client-secret: ${KAKAO_OAUTH_CLIENT_SECRET}
42
authorization-grant-type: authorization_code
43
- redirect-uri: http://localhost:8080/login/oauth2/code/kakao
+ redirect-uri: https://boheommong.site/login/oauth2/code/kakao
44
client-authentication-method: client_secret_post
45
scope:
46
- profile_nickname
0 commit comments