# OpenClaw Dashboard environment template

# Authentication token (optional - if unset, dashboard is open on localhost)
# OPENCLAW_AUTH_TOKEN=your-secret-token-here

# Optional
# DASHBOARD_PORT=18791
# DASHBOARD_HOST=127.0.0.1
# DASHBOARD_TITLE=OpenClaw Dashboard
# DASHBOARD_CORS_ORIGINS=http://127.0.0.1:18791
# Set only when the dashboard itself is served over HTTPS.
# DASHBOARD_COOKIE_SECURE=0
# Runtime-resolved link shown in the header. Supports HTTPS and a Control UI base path.
# OPENCLAW_CONTROL_UI_URL=http://127.0.0.1:18789/
# OPENCLAW_WORKSPACE=/path/to/.openclaw/workspace
# OPENCLAW_SESSIONS_FILE=/path/to/.openclaw/agents/main/sessions/sessions.json
# OPENCLAW_SUBAGENT_RUNS=/path/to/.openclaw/subagents/runs.json

# Sensitive read surfaces (disabled by default)
# OPENCLAW_ENABLE_CONFIG_ENDPOINT=0

# Meeting Copilot (disabled unless both the flag and API key are present)
# OPENCLAW_ENABLE_COPILOT=0
# ALIBABA_CLOUD_API_KEY=your_alibaba_cloud_api_key
# OPENCLAW_COPILOT_MODEL=qwen3-omni-flash-2025-12-01
# OPENCLAW_COPILOT_REDIS_URL=redis://127.0.0.1:6379

# Optional local integrations
# LOCAL_API_HUB_HOST=127.0.0.1
# LOCAL_API_HUB_PORT=3456
