# Zoho CRM OAuth Credentials
# Copy this file to .env and fill in your credentials
# MCP Server URL (for local testing use http://localhost:8080)
MCP_SERVER_URL=http://localhost:8080
# Zoho OAuth Credentials
# Get these from Zoho CRM Developer Console
ZOHO_CLIENT_ID=your_client_id_here
ZOHO_CLIENT_SECRET=your_client_secret_here
ZOHO_REFRESH_TOKEN=your_refresh_token_here
# Optional: Test email to search for
TEST_EMAIL=guillaume@ingeno.ca