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 9214a5b commit 64dbcad
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 @@ -20,8 +20,8 @@ spring:
registration:

google:
client-id: 68070665235-qvdshelcl2eja5amt37urbhqgpuuv4ve.apps.googleusercontent.com
client-secret: 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
client-id: "${OAUTH_GOOGLE_CLIENT_ID}"
client-secret: "${OAUTH_GOOGLE_CLIENT_SECRET}"
scope:
- email
- profile
Expand Down

0 comments on commit 64dbcad

Please sign in to comment.