mirror of
https://github.com/carlosazaustre/tenacitOS.git
synced 2026-08-14 00:57:54 +00:00
- about/page.tsx: rewritten using BRANDING constants (no hardcoded names/locations) - branding.ts: added agentLocation, birthDate, agentAvatar, agentDescription - .env.example: added new branding vars with generic defaults - agentsConfig.ts: removed personal agent names/roles, generic defaults - agents/route.ts: removed hardcoded personal agent fallbacks - public/office/: removed (2D sprites, replaced by 3D office) - public/models/*.glb: removed personal agent models (user must add their own) - public/models/README.md: rewritten as generic setup guide - public/tenacitas-avatar.jpg: removed personal avatar - Deleted: DESIGN-BRIEF.md, IMPLEMENTATION-STATUS.md, OPEN-SOURCE-CHECKLIST.md, ROADMAP-OFFICE-3D.md
22 lines
799 B
Bash
22 lines
799 B
Bash
# 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 shown - override if your setup differs)
|
|
# OPENCLAW_DIR=/root/.openclaw
|
|
# OPENCLAW_WORKSPACE=/root/.openclaw/workspace
|
|
|
|
# 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=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=MISSION CONTROL, INC.
|
|
NEXT_PUBLIC_APP_TITLE=Mission Control
|