bot_fam / python_backend /.env.example
JairoDanielMT's picture
Add memory, pending actions, sync queue, and Lima reminders
2552437
raw
history blame contribute delete
596 Bytes
PORT=7860
APP_BASE_URL=https://tu-space-o-dominio
TIMEZONE=America/Lima
ANTHROPIC_API_KEY=tu_api_key_anthropic
ANTHROPIC_MODEL=claude-haiku-4-5
GOOGLE_SCRIPT_URL=https://script.google.com/macros/s/TU_DEPLOYMENT_ID/exec
GOOGLE_SCRIPT_TOKEN=token-compartido-seguro
SHEETS_SYNC_ENABLED=true
BOOTSTRAP_FROM_SHEETS=false
SYNC_INTERVAL_SECONDS=300
SQLITE_PATH=/data/inventario.sqlite
WHISPER_MODEL=tiny
WHISPER_COMPUTE_TYPE=int8
WHISPER_DEVICE=cpu
TELEGRAM_BOT_TOKEN=token-del-bot
TELEGRAM_WEBHOOK_SECRET=secret-opcional
REMINDER_HOUR=5
REMINDER_MINUTE=0
EXPIRY_WARNING_DAYS=7
MEMORY_SHORT_LIMIT=8