26 lines
1.5 KiB
Plaintext
26 lines
1.5 KiB
Plaintext
# ─── Database ──────────────────────────────────────────────
|
|
DATABASE_URL=sqlite+aiosqlite:///./foxy_dev_team.db
|
|
|
|
# ─── Telegram ──────────────────────────────────────────────
|
|
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
|
|
TELEGRAM_CHAT_ID=your-chat-id
|
|
|
|
# ─── OpenClaw ──────────────────────────────────────────────
|
|
# Path on the HOST (where openclaw workspace is stored)
|
|
OPENCLAW_WORKSPACE=/home/openclaw/.openclaw/workspace
|
|
# Path in the CONTAINER (keep as is)
|
|
FOXY_WORKSPACE=/home/foxy/.openclaw/workspace
|
|
|
|
# ─── 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"]
|