-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
35 lines (31 loc) · 1.3 KB
/
env.example
File metadata and controls
35 lines (31 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# OpenClaw Dashboard environment template
# Authentication token (optional - if unset, dashboard is open on localhost)
# OPENCLAW_AUTH_TOKEN=your-secret-token-here
# Optional
# OPENCLAW_HOOK_TOKEN=your_hook_token_here
# DASHBOARD_PORT=18791
# DASHBOARD_HOST=127.0.0.1
# DASHBOARD_TITLE=OpenClaw Dashboard
# 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
# Compliance/privilege controls (all disabled by default)
# OPENCLAW_LOAD_KEYS_ENV=0
# OPENCLAW_KEYS_ENV_PATH=/path/to/.openclaw/keys.env
# OPENCLAW_ENABLE_PROVIDER_AUDIT=0
# OPENCLAW_ENABLE_CONFIG_ENDPOINT=0
# OPENCLAW_ENABLE_SESSION_PATCH=0
# OPENCLAW_ALLOW_ATTACHMENT_FILEPATH_COPY=0
# OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_TMP=0
# OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_WORKSPACE=0
# OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_OPENCLAW_HOME=0
# OPENCLAW_ENABLE_SYSTEMCTL_RESTART=0
# OPENCLAW_ENABLE_MUTATING_OPS=0
# Optional provider integrations (set only when needed)
# NOTION_API_KEY=your_notion_api_key
# OPENAI_ADMIN_KEY=your_openai_admin_key
# ANTHROPIC_ADMIN_KEY=your_anthropic_admin_key
# VISION_DB_NETWORKING=your_notion_db_id
# VISION_DB_WINE=your_notion_db_id
# VISION_DB_CIGAR=your_notion_db_id
# VISION_DB_TEA=your_notion_db_id