# CloudStack MCP Server Environment Configuration Example
# Copy this file to .env and fill in your CloudStack credentials
# CloudStack API Configuration
CLOUDSTACK_API_URL=https://your-cloudstack-server/client/api
CLOUDSTACK_API_KEY=your-api-key-here
CLOUDSTACK_SECRET_KEY=your-secret-key-here
CLOUDSTACK_TIMEOUT=30000
# Server Configuration (optional)
PORT=8080
# Environment (optional)
NODE_ENV=development