Skip to content

Commit

Permalink
Chor: Add Oauth2 redirect uri
Browse files Browse the repository at this point in the history
LinaKK committed Jan 7, 2025
1 parent 1e6dd08 commit 1a33a4f
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
@@ -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

0 comments on commit 1a33a4f

Please sign in to comment.