# Task API Server - Environment Variables Template
# Copy this file to .env and fill in your own values
# API Configuration (Required)
# ---------------------------
# URL for the Task API server
TASK_MANAGER_API_BASE_URL=https://taskmanager.mcpai.io/api
# API key for authentication
TASK_MANAGER_API_KEY=your_api_key_here
# Server Configuration (Optional)
# ------------------------------
# Port for the HTTP server (defaults to 3000 if not specified)
TASK_MANAGER_HTTP_PORT=3500
# Alternative port name - takes precedence over TASK_MANAGER_HTTP_PORT if set
# PORT=3000
# Logging Configuration (Optional)
# ------------------------------
# Enable (1) or disable (0) debug logging (defaults to 0 if not specified)
TASK_MANAGER_DEBUG=0