# Copy to api/.env on the VPS and fill in real values. # Never commit .env. TELEGRAM_BOT_TOKEN=1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz TELEGRAM_CHAT_ID=123456789 # Bind address (default: loopback only) HOST=127.0.0.1 PORT=8787 # Local JSONL backup of submissions (relative to api/ or absolute path) MESSAGES_FILE=messages.jsonl