XAI_API_KEY= OPENCODE_GO_API_KEY= OPENAI_API_KEY= # Generate independent values with: openssl rand -hex 32 LAZYBOY_APP_TOKEN= SANDBOX_SUPERVISOR_TOKEN= # Keep this key stable when rotating the app login token. LAZYBOY_VAULT_KEY= POSTGRES_PASSWORD=lazyboy LAZYBOY_BIND_IP=127.0.0.1 SANDBOX_PROVIDER=docker DATABASE_URL=postgres://lazyboy:lazyboy@127.0.0.1:5434/lazyboy DATA_DIR=./data API_BIND=127.0.0.1:3101 SANDBOX_SUPERVISOR_URL=http://127.0.0.1:7091 LAZYBOY_SECURE_COOKIE=false LAZYBOY_COMPUTER_MEMORY_MB=2048 LAZYBOY_COMPUTER_CPUS=2 LAZYBOY_COMPUTER_PIDS=2048 # Only affects the Agent desktop container. Disabled by default. LAZYBOY_COMPUTER_SUDO=false # Linux only (optional): point this at the host's LXCFS root to make htop/free # report the per-Agent cgroup quota. Leave the default empty directory on macOS. LAZYBOY_LXCFS_ROOT=./data/lxcfs LAZYBOY_MEMORY_ENABLED=true LAZYBOY_MEMORY_MODEL_CACHE=./data/fastembed LAZYBOY_MEMORY_TOP_K=8 LAZYBOY_MEMORY_BYTE_BUDGET=6000 # Hourly cleanup of diagnostics; conversations and current memories are retained. LAZYBOY_EVENT_RETENTION_DAYS=30 LAZYBOY_CHECKPOINT_RETENTION_DAYS=7 LAZYBOY_RUN_RETENTION_DAYS=90 LAZYBOY_RECORDING_RETENTION_DAYS=30 LAZYBOY_MEMORY_HISTORY_RETENTION_DAYS=90 LAZYBOY_DB_WARN_MB=1024