Skip to content

Commit

Permalink
Update Google Oauth credentials (dev) (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
zieddhf authored Jan 24, 2025
1 parent b1caf31 commit 66046e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.master.dev
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ REDIS_EXTRACTING_STREAM_CONSUMER_GROUP = 'email-messages-consumer-group' # Con
REDIS_CLEANING_STREAM_CONSUMER_GROUP = 'email-verification-consumer-group' # consumer group for cleaning worker

## OAUTH PROVIDERS ##
GOOGLE_CLIENT_ID = 569893672106-91u34arftup5sq5fmg92fko5cb0tjahn.apps.googleusercontent.com # ( REQUIRED ) Google client ID
GOOGLE_SECRET = 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 # ( REQUIRED ) Google secret
GOOGLE_CLIENT_ID = 21825381029-993l33883t26n48fv11mmm049j6qn6lh.apps.googleusercontent.com # ( REQUIRED ) Google client ID
GOOGLE_SECRET = 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 # ( REQUIRED ) Google secret
AZURE_CLIENT_ID = your_azure_client_id # ( REQUIRED ) Azure client ID
AZURE_SECRET = your_azure_client_secret # ( REQUIRED ) Azure secret

Expand Down Expand Up @@ -109,4 +109,4 @@ THEDIG_API_KEY = _

#PROXYCURL
PROXYCURL_URL = http://127.0.0.1:8083/proxycurl/
PROXYCURL_API_KEY = _
PROXYCURL_API_KEY = _

0 comments on commit 66046e0

Please sign in to comment.