From 7afaa4892205cd309cfd2a43a9caa9e27757057a Mon Sep 17 00:00:00 2001 From: calesthio Date: Sat, 21 Mar 2026 14:49:39 -0700 Subject: [PATCH] Add CLOUDFLARE_API_TOKEN to .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 688e698..abef5b0 100644 --- a/.env.example +++ b/.env.example @@ -21,6 +21,8 @@ AISSTREAM_API_KEY= ACLED_EMAIL= # OAuth2 password grant (API keys deprecated Sept 2025) ACLED_PASSWORD= +# Cloudflare Radar internet outages & traffic anomalies (free: dash.cloudflare.com/profile/api-tokens) +CLOUDFLARE_API_TOKEN= # === Server Configuration ===