-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 1.41 KB
/
.env.example
File metadata and controls
35 lines (30 loc) · 1.41 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
# Local-only runtime / Discord config
# Copy to .env and fill with your own values.
DISCORD_CHANNEL=your-discord-channel-id
DISCORD_GUILD=your-discord-guild-id
DISCORD_ALLOWED_USERS=comma-separated-user-ids
PATINA_AGENT_ID=patina
PLANNER_AGENT_ID=planner
GENERATOR_AGENT_ID=generator
EVALUATOR_AGENT_ID=evaluator
RUNTIME_ENFORCE_ALLOWLIST=true
# ↑ Default flipped to true. Bootstrap will refuse to start unless
# DISCORD_ALLOWED_USERS is set. Set this back to false ONLY if you understand
# that any user who can post in the bound channel can drive the runtime.
PATINA_RUNTIME_CLI=your-runtime-cli-binary
# Optional: override if your old bot token lives elsewhere
# CLAWHIP_CONFIG=/home/you/.clawhip/config.toml
# Optional: direct token override if your runtime does not reuse the migrated bot token
# RUNTIME_DISCORD_TOKEN=
# Optional: isolated marketing bot profile (separate OpenClaw state/config)
# MARKETING_RUNTIME_PROFILE=marketing
# MARKETING_AGENT_ID=patina-marketing
# MARKETING_SOURCE_AGENT_ID=patina
# MARKETING_DISCORD_GUILD=your-discord-guild-id
# MARKETING_DISCORD_CHANNEL=your-marketing-channel-id
# MARKETING_DISCORD_ALLOWED_USERS=comma-separated-user-ids
# MARKETING_DISCORD_TOKEN=
# MARKETING_GATEWAY_PORT=18889
# MARKETING_WORKSPACE=/home/you/.openclaw-marketing/workspace
# MARKETING_ENFORCE_ALLOWLIST=true # default; bootstrap refuses without MARKETING_DISCORD_ALLOWED_USERS
# MARKETING_RESTART_GATEWAY=false