# =============================================================================
# Dell PowerStore MCP Server - Environment Configuration
# =============================================================================
# Copy this file to .env and customize as needed
# =============================================================================
# Logging Configuration
LOG_LEVEL=info # Options: debug, info, warning, error
LOG_FORMAT=text # Options: text, json
# OpenAPI Specification Path
LOCAL_OPENAPI_SPEC_PATH=./openapi.json
# HTTP Server Configuration (for SSE transport)
HTTP_HOST=0.0.0.0
HTTP_PORT=3000
# SSL Configuration (set to 1 to skip certificate verification in development)
# POWERSTORE_VERIFY_SSL=0