# =============================================================================
# Environment Variables for MCP Servers
# Copy this file to .env and fill in your values
# =============================================================================
# -----------------------------------------------------------------------------
# Bitrix24 MCP Server Configuration
# -----------------------------------------------------------------------------
# Webhook URL for Bitrix24 REST API (REQUIRED)
# Format: https://your-portal.bitrix24.ru/rest/{user_id}/{webhook_secret}/
# Get it from: Developer resources > Other > Inbound webhook
BITRIX24_WEBHOOK_URL=https://portal.nortex.ru/rest/1/your_webhook_secret/
# Request timeout in milliseconds (optional, default: 30000)
BITRIX24_TIMEOUT=30000
# -----------------------------------------------------------------------------
# Common Settings
# -----------------------------------------------------------------------------
# Log level: DEBUG, INFO, WARNING, ERROR (default: INFO)
LOG_LEVEL=INFO
# Server host and port (used inside containers)
HOST=0.0.0.0
PORT=8080