-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
54 lines (46 loc) · 2.16 KB
/
.env.example
File metadata and controls
54 lines (46 loc) · 2.16 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Admin credentials for Mission Control
ADMIN_PASSWORD=change-me-to-a-strong-password
AUTH_SECRET=generate-a-random-32-char-string-here
# OpenClaw paths (defaults to ~/.openclaw — set these only if your setup differs)
# OPENCLAW_DIR=/home/youruser/.openclaw
# OPENCLAW_WORKSPACE=/home/youruser/.openclaw/workspace
# Agent Board integration (optional)
# CLAWTEAM_API_URL=http://127.0.0.1:8080
# CLAWTEAM_DATA_DIR=/home/youruser/.clawteam
# CLAWTEAM_LOCAL_ORIGIN=local
# CLAWTEAM_LOCAL_LABEL=🖥️
# Remote agent board sources — JSON array of {name, host, port, origin, originLabel, timeoutMs}
# REMOTE_CLAWTEAM_SOURCES=[{"name":"remote-pc","host":"192.168.1.100","port":8080,"origin":"pc","originLabel":"🖥️","timeoutMs":5000}]
# Public runtime on the current machine (optional)
# MISSION_CONTROL_PUBLIC_URL=https://mission-control.example.com
# MC_PUBLIC_PORT=4731
# MC_BIND_HOST=127.0.0.1
# Weather widget — defaults to London if not set
# WEATHER_LAT=51.5074
# WEATHER_LON=-0.1278
# WEATHER_TIMEZONE=Europe/London
# WEATHER_CITY=London
# Systemd/PM2 service watchlists / action allowlists (comma-separated)
# SYSTEMD_ALLOWED_SERVICES=mission-control,nginx
# SYSTEMD_WATCHED_SERVICES=mission-control
# PM2_ALLOWED_SERVICES=my-service,another-service
# PM2_WATCHED_SERVICES=my-service,another-service
# PM2_LOG_DIR=/home/youruser/.pm2/logs
# Social/content agent workspace paths (defaults to OPENCLAW_DIR/workspace-social and workspace-content)
# SOCIAL_AGENT_WORKSPACE=/home/youruser/.openclaw/workspace-social
# CONTENT_AGENT_WORKSPACE=/home/youruser/.openclaw/workspace-content
# Additional allowed dev origins (comma-separated)
# ALLOWED_DEV_ORIGINS=*.example.com,*.trycloudflare.com
# Branding (customize for your instance)
NEXT_PUBLIC_AGENT_NAME=Mission Control
NEXT_PUBLIC_AGENT_EMOJI=🤖
NEXT_PUBLIC_AGENT_DESCRIPTION=Your AI co-pilot, powered by OpenClaw
NEXT_PUBLIC_AGENT_LOCATION=
NEXT_PUBLIC_BIRTH_DATE=
NEXT_PUBLIC_AGENT_AVATAR=
NEXT_PUBLIC_OWNER_USERNAME=admin
NEXT_PUBLIC_OWNER_EMAIL=your-email@example.com
NEXT_PUBLIC_OWNER_COLLAB_EMAIL=collabs@example.com
NEXT_PUBLIC_TWITTER_HANDLE=@username
NEXT_PUBLIC_COMPANY_NAME=MISSION CONTROL, INC.
NEXT_PUBLIC_APP_TITLE=Mission Control