mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-06-05 22:49:19 +00:00
10 lines
392 B
Bash
10 lines
392 B
Bash
# Cloudflare API Token (get from https://dash.cloudflare.com/profile/api-tokens)
|
|
# Required permissions: Account > Browser Rendering > Edit
|
|
CF_API_TOKEN=your_cloudflare_api_token
|
|
|
|
# Cloudflare Account ID (get from https://dash.cloudflare.com/_/account)
|
|
CF_ACCOUNT_ID=your_cloudflare_account_id
|
|
|
|
# Rate limit: REST API requests per minute (default: 6 for Free, 600 for Paid)
|
|
# CF_RATE_LIMIT=6
|