Skip to content

Commit

Permalink
Merge pull request #25 from LinaKK/ref/be/product
Browse files Browse the repository at this point in the history
Chor: Add Oauth2 redirect uri
  • Loading branch information
LinaKK authored Jan 7, 2025
2 parents 75b4bb0 + 1a33a4f commit de8a2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spring:
google:
clientId: ${GOOGLE_CLIENT_ID}
clientSecret: ${GOOGLE_CLIENT_SECRET}
redirect-uri: "https://greennare-service-826313586778.us-central1.run.app/login/oauth2/code/google"
scope:
- email
- profile
Expand Down

0 comments on commit de8a2d4

Please sign in to comment.