first commit
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# Gmail API Configuration
|
||||
GOOGLE_CLIENT_ID=your_client_id_here
|
||||
GOOGLE_CLIENT_SECRET=your_client_secret_here
|
||||
GOOGLE_REDIRECT_URI=http://localhost:8080/callback
|
||||
|
||||
# Gmail API Scopes
|
||||
GMAIL_SCOPES=https://www.googleapis.com/auth/gmail.readonly
|
||||
|
||||
# Application Settings
|
||||
INBOX_LABEL=INBOX
|
||||
MAX_RESULTS=100
|
||||
|
||||
# AI Analysis (Groq)
|
||||
GROQ_API_KEY=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
|
||||
|
||||
# WhatsApp Integration (Twilio)
|
||||
TWILIO_ACCOUNT_SID=your_twilio_account_sid_here
|
||||
TWILIO_AUTH_TOKEN=your_twilio_auth_token_here
|
||||
TWILIO_WHATSAPP_NUMBER=+1234567890
|
||||
WHATSAPP_TO_NUMBER=+1234567890
|
||||
Reference in New Issue
Block a user