Skip to content

Commit

Permalink
fix: secret key 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Jan 12, 2024
1 parent 1640f3b commit 9f00f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/api-member/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
host: smtp.gmail.com
port: 587
username: [email protected]
password: {{gmail_password}}
password: gmail_password
properties:
mail:
smtp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ spring:
user-name-attribute: id
registration:
kakao:
client-id: {{kakao_client_id}}}
client-secret: {{kakao_client_secret}}
client-id: kakao_client_id
client-secret: kakao_client_secret
client-authentication-method: client_secret_post
redirect-uri: http://localhost:8081/login/oauth2/code/kakao
authorization-grant-type: authorization_code
Expand Down

0 comments on commit 9f00f35

Please sign in to comment.