# ─── Database ────────────────────────────────────────────── DATABASE_URL=sqlite+aiosqlite:///./foxy_dev_team.db # ─── Telegram ────────────────────────────────────────────── TELEGRAM_BOT_TOKEN=your-telegram-bot-token TELEGRAM_CHAT_ID=your-chat-id # ─── OpenClaw ────────────────────────────────────────────── # OpenClaw installation type (standalone or Shared) # Shared: OpenClaw is installed on the host and shared with the container # Standalone: OpenClaw is installed inside the container with gateway running OPENCLAW_TYPE=standalone # Root path on the HOST (contains agents/, workspace/, config.json) OPENCLAW_HOME=/home/openclaw/.openclaw # Root path in the CONTAINER (keep as is) FOXY_HOME=/home/foxy/.openclaw # OpenClaw installation type (standalone or shared) # shared: OpenClaw gateway runs on the host (Default if empty) # standalone: OpenClaw gateway starts automatically inside the container OPENCLAW_TYPE=standalone # ─── Gitea ───────────────────────────────────────────────── GITEA_SERVER=https://gitea.your.server GITEA_OPENCLAW_TOKEN=your-gitea-token # ─── Deployment ──────────────────────────────────────────── DEPLOYMENT_SERVER=your.server.com DEPLOYMENT_USER=deploy DEPLOYMENT_PWD=your-deployment-password # ─── App ─────────────────────────────────────────────────── LOG_LEVEL=info CORS_ORIGINS=["http://localhost:5173"]