# Test environment variables
# Copy this file to .env.test and fill in your actual values
# Squad API Key for testing
# Get this from your Squad dashboard
SQUAD_API_KEY=your-api-key-here
# Environment (dev, staging, production)
# Use 'dev' for development API, 'staging' for UAT/staging, or 'production' for prod
# Note: 'staging' maps to https://uat.api.meetsquad.ai
SQUAD_ENV=dev