refactor: Update environment and Docker configuration files; remove unused MCP configuration tests
This commit is contained in:
15
.env.example
15
.env.example
@@ -153,3 +153,18 @@ LOG_LEVEL=DEBUG
|
||||
# DISABLED_TOOLS=debug,tracer # Disable debug and tracer tools
|
||||
# DISABLED_TOOLS=planner,consensus # Disable planning tools
|
||||
|
||||
# ===========================================
|
||||
# Docker Configuration
|
||||
# ===========================================
|
||||
|
||||
# Container name for Docker Compose
|
||||
# Used when running with docker-compose.yml
|
||||
COMPOSE_PROJECT_NAME=zen-mcp
|
||||
|
||||
# Timezone for Docker containers
|
||||
# Ensures consistent time handling in containerized environments
|
||||
TZ=UTC
|
||||
|
||||
# Maximum log file size (default: 10MB)
|
||||
# Applicable when using file-based logging
|
||||
LOG_MAX_SIZE=10MB
|
||||
|
||||
Reference in New Issue
Block a user