Campaign Watcher

Configuration

Read from your .env file at startup

These values come from environment variables and can't be changed from this page — that's intentional, so secrets (like your Telegram bot token) never touch the browser. To change something, edit .env in the project folder and restart the app.

Target URL
https://subsgigs-alpha.vercel.app/campaigns
Check interval
30000 ms (30s)
Request timeout
30000 ms
Telegram bot token
✅ configured
Telegram chat ID
✅ configured
Server port
3000

How to change these

  1. Open .env in the project root.
  2. Edit TARGET_URL, CHECK_INTERVAL, or the Telegram variables.
  3. Restart the app (npm run dev will pick up code changes automatically, but .env changes need a fresh restart).