Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon0221 authored Nov 23, 2024
1 parent 624564b commit 9214a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spring:
redirect-uri: https://yoonsever.xn--h32bi4v.xn--3e0b707e:443/login/oauth2/code/google

kakao:
client-id: 6b1d134980644fe3a21d1a0f09b52c4d
client-secret: 6CE5ZNnGwrIfqkAjBENpiFIik67OsSdE
client-id: "${OAUTH_KAKAO_CLIENT_ID}"
client-secret: "${OAUTH_KAKAO_CLIENT_SECRET}"
scope:
- profile_nickname
authorization-grant-type: authorization_code
Expand Down

0 comments on commit 9214a5b

Please sign in to comment.