# Dataverse MCP Server Local Test Configuration
# Copy this file to .env.localtest and fill in your actual values
# Your Dataverse environment URL
DATAVERSE_URL=https://your-test-org.crm.dynamics.com
# Azure App Registration details for testing
DATAVERSE_CLIENT_ID=12345678-1234-1234-1234-123456789abc
DATAVERSE_CLIENT_SECRET=your-test-client-secret-here
DATAVERSE_TENANT_ID=87654321-4321-4321-4321-cba987654321
# Optional: Enable debug logging for testing
DEBUG=true