.env.exampleโข1.53 kB
# Ultimate Elementor WordPress MCP Configuration
# Copy this file to .env and fill in your actual values
# WordPress Configuration (Required)
WORDPRESS_BASE_URL=https://yoursite.com
WORDPRESS_USERNAME=your-username
WORDPRESS_APPLICATION_PASSWORD=xxxx xxxx xxxx xxxx xxxx xxxx
# MCP Configuration Mode (Optional)
# Options: essential, standard, advanced, full
# Default: standard
ELEMENTOR_MCP_MODE=standard
# Alternative Mode Settings
# ELEMENTOR_MINIMAL_MODE=true # Same as essential mode
# ELEMENTOR_ENABLE_ALL=true # Same as full mode
# Individual Feature Toggles (Optional)
# ELEMENTOR_ENABLE_TEMPLATES=true
# ELEMENTOR_ENABLE_PERFORMANCE=true
# ELEMENTOR_ENABLE_GLOBAL_SETTINGS=true
# ELEMENTOR_ENABLE_CUSTOM_FIELDS=true
# ELEMENTOR_ENABLE_REVISIONS=true
# File Operations Configuration (Optional)
# Default export directory (relative to project root)
EXPORT_DIRECTORY=./data/exports
IMPORT_DIRECTORY=./data/imports
BACKUP_DIRECTORY=./data/backups
# Performance Configuration (Optional)
# Maximum response time in milliseconds
MAX_RESPONSE_TIME=2000
# Enable caching
ENABLE_CACHING=true
# Cache TTL in seconds
CACHE_TTL=300
# Logging Configuration (Optional)
# Log level: debug, info, warn, error
LOG_LEVEL=info
# Enable request/response logging
ENABLE_REQUEST_LOGGING=false
# Cloudflare Workers Configuration (For future cloud deployment)
# CLOUDFLARE_ACCOUNT_ID=your-account-id
# CLOUDFLARE_API_TOKEN=your-api-token
# CLOUDFLARE_KV_NAMESPACE_ID=your-kv-namespace-id
# CLOUDFLARE_R2_BUCKET_NAME=your-r2-bucket-name