# Operator-only file: holds the credentials the deploy scripts need. # Copy to .env.deploy and fill in. NEVER commit .env.deploy. # Telegram (must match values set as Vercel env vars). # Used by: scripts/register-webhook.js, scripts/set-bot-description.js TELEGRAM_BOT_TOKEN= TELEGRAM_WEBHOOK_SECRET= # Comma-separated Telegram user IDs (must match Vercel ADMIN_IDS). # register-webhook.js sets a chat-scoped menu (with admin commands) per ID. ADMIN_IDS= # Where Telegram should send webhook updates. # Format: https:///api/webhook WORKER_URL=https://store-scraper-bot.vercel.app/api/webhook