This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /////// | |
| // Configuration | |
| // If you use Cloudflare worker variables/secrets, comment the respective lines here. | |
| /////// | |
| // Cloudflare API Secrets | |
| const API_TOKEN = "YOUR_API_TOKEN"; // Replace with your Cloudflare API token | |
| const ZONE_ID = "YOUR_ZONE_ID"; // Replace with your Zone ID | |
| // Use HTTP basic authentication? - Set to false for debugging in Cloudflare code editor |