Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Oct 27, 2024
1 parent c20d8cf commit 1d26bac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/application-development.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ spring.mail.password=Add_Your_Mail_Service_Password
spring.mail.properties.mail.smtp.auth=Add_Your_Mail_Service_SMTP
spring.mail.properties.mail.starttls.enable=Add_Your_Mail_Service_Start_TLS
spring.mail.properties.domain_name=Add_Your_Mail_Service_Domain_Name



# --- Oauth 2.0 Configurations ---
spring.security.oauth2.client.registration.google.client-name=google
spring.security.oauth2.client.registration.google.client-id=ADD_YOUR_CLIENT_ID
spring.security.oauth2.client.registration.google.client-secret=ADD_YOUR_SECRET_KEY
spring.security.oauth2.client.registration.google.scope=email,profile

0 comments on commit 1d26bac

Please sign in to comment.