-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 1.04 KB
/
.env.example
File metadata and controls
32 lines (24 loc) · 1.04 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
# OpenCami server -> OpenClaw Gateway connection
# IMPORTANT:
# - Server code reads CLAWDBOT_GATEWAY_URL
# - The CLI flag `--gateway` currently sets OPENCLAW_GATEWAY
# Set CLAWDBOT_GATEWAY_URL explicitly for predictable behavior.
CLAWDBOT_GATEWAY_URL=ws://127.0.0.1:18789
# Recommended auth method:
CLAWDBOT_GATEWAY_TOKEN=
# Alternative auth method:
# CLAWDBOT_GATEWAY_PASSWORD=
# Optional compatibility alias used by CLI (not primary server key)
# OPENCLAW_GATEWAY=ws://127.0.0.1:18789
# Required when your gateway enforces origin allowlists for remote browser access.
# Must exactly match the browser origin you use for OpenCami.
# Example: https://openclaw-server.tailXXXX.ts.net:3001
# OPENCAMI_ORIGIN=
# Optional compatibility fallback for device-auth handshake.
# Default is strict mode (unset/false).
# OPENCAMI_DEVICE_AUTH_FALLBACK=true
# File Explorer root directory for file browsing.
# If unset, OpenCami falls back to the user's home directory.
FILES_ROOT=/path/to/workspace
# Optional: OpenAI API key for LLM features
# OPENAI_API_KEY=sk-...