# Microsoft Graph API Credentials
EMAIL_ADDRESS=info@troyrides.com
# EMAIL_ADDRESS=developer@esferasoft.com
CLIENT_ID=cc46473e-a7d7-4f74-8045-97f57672db79
CLIENT_SECRET=0eB8Q~zpWLgBaBjbuSEdCcWw0PqebXYIZH8DMcfh
TENANT_ID=0b737fe7-8092-4deb-8adc-2c25370f9d55

# API Configuration
PORT=5000
HOST=0.0.0.0

# Email Filter Defaults
DEFAULT_SENDER=scheduling@usetwine.com
DEFAULT_FOLDER=inbox

# Webhook Configuration
WEBHOOK_SECRET=your-webhook-secret-here
TARGET_API_URL=https://your-api-endpoint.com/api/receive-email
TARGET_API_KEY=your-api-key-here
NOTIFICATION_URL=https://your-domain.com/webhook/notification
WEBHOOK_PORT=5001
WEBHOOK_HOST=0.0.0.0

# Poller Configuration
POLL_INTERVAL=300
LOOKBACK_DAYS=1
TARGET_API_URL=https://your-api-endpoint.com/api/receive-email
TARGET_API_KEY=your-api-key-here
