forked from boticlaw/SuperBotijo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) 路 1.39 KB
/
Copy path.env.example
File metadata and controls
37 lines (32 loc) 路 1.39 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
# Admin credentials for Alfred Mission Control
ADMIN_PASSWORD=change-me-to-a-strong-password
AUTH_SECRET=generate-a-random-32-char-string-here
# Kanban Agent API Keys (format: agent-id:api-key,agent-id:api-key,...)
# Generate unique keys for each agent that will use the Kanban
KANBAN_AGENT_KEYS=boti:sk-boti-secret-2026,memo:sk-memo-secret-2026,opencode:sk-opencode-secret-2026
# OpenClaw paths (defaults shown - override if your setup differs)
# OPENCLAW_DIR=/root/.openclaw
# OPENCLAW_WORKSPACE=/root/.openclaw/workspace
# Telemetry tuning (optional)
# OPENCLAW_SESSIONS_TIMEOUT_MS=20000
# DASHBOARD_TELEMETRY_CACHE_MS=15000
# NEXT_PUBLIC_DASHBOARD_TELEMETRY_TIMEOUT_MS=25000
# Weather widget location (defaults to Madrid if not set)
# Find your timezone at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# WEATHER_LAT=40.4168
# WEATHER_LON=-3.7038
# WEATHER_CITY=Madrid
# WEATHER_TIMEZONE=Europe/Madrid
# Branding (customize for your instance)
NEXT_PUBLIC_AGENT_NAME=Alfred
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=your-username
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=SabaTech
NEXT_PUBLIC_APP_TITLE=Alfred Mission Control