fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Zen MCP Server Environment Configuration
|
||||
# PAL MCP Server Environment Configuration
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# API Keys - At least one is required
|
||||
@@ -191,7 +191,7 @@ DISABLED_TOOLS=analyze,refactor,testgen,secaudit,docgen,tracer
|
||||
# LOCALE=fr-FR
|
||||
|
||||
# ===========================================
|
||||
# Zen MCP Server Configuration
|
||||
# PAL MCP Server Configuration
|
||||
# ===========================================
|
||||
|
||||
# Force .env file values to override system environment variables
|
||||
@@ -213,7 +213,7 @@ DISABLED_TOOLS=analyze,refactor,testgen,secaudit,docgen,tracer
|
||||
# Development with multiple AI tools: true (prevents tool conflicts)
|
||||
# Production/Container deployments: false (preserves security practices)
|
||||
# CI/CD environments: false (respects pipeline secrets)
|
||||
ZEN_MCP_FORCE_ENV_OVERRIDE=false
|
||||
PAL_MCP_FORCE_ENV_OVERRIDE=false
|
||||
|
||||
# ===========================================
|
||||
# Docker Configuration
|
||||
@@ -221,7 +221,7 @@ ZEN_MCP_FORCE_ENV_OVERRIDE=false
|
||||
|
||||
# Container name for Docker Compose
|
||||
# Used when running with docker-compose.yml
|
||||
COMPOSE_PROJECT_NAME=zen-mcp
|
||||
COMPOSE_PROJECT_NAME=pal-mcp
|
||||
|
||||
# Timezone for Docker containers
|
||||
# Ensures consistent time handling in containerized environments
|
||||
|
||||
Reference in New Issue
Block a user