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
not set
Check interval
10000 ms (10s)
Request timeout
10000 ms
Telegram bot token
❌ not set
Telegram chat ID
❌ not set
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).