@gallop.software/studio 2.2.6 → 2.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ CLOUDFLARE_R2_SECRET_ACCESS_KEY=your_secret_key
35
35
  CLOUDFLARE_R2_BUCKET_NAME=your_bucket
36
36
  CLOUDFLARE_R2_PUBLIC_URL=https://your-cdn.example.com
37
37
 
38
- # Cloudflare Cache Purge (optional, for custom domains)
38
+ # Cloudflare Cache Purge
39
39
  CLOUDFLARE_ZONE_ID=your_zone_id
40
40
  CLOUDFLARE_API_TOKEN=your_api_token
41
41
  ```
@@ -70,8 +70,8 @@ Studio opens in your browser on an available port (default 3001).
70
70
  | `CLOUDFLARE_R2_SECRET_ACCESS_KEY` | For CDN | R2 API secret key |
71
71
  | `CLOUDFLARE_R2_BUCKET_NAME` | For CDN | R2 bucket name |
72
72
  | `CLOUDFLARE_R2_PUBLIC_URL` | For CDN | Public URL for your R2 bucket or custom domain |
73
- | `CLOUDFLARE_ZONE_ID` | For cache purge | Cloudflare zone ID for cache purge |
74
- | `CLOUDFLARE_API_TOKEN` | For cache purge | API token with Cache Purge permission |
73
+ | `CLOUDFLARE_ZONE_ID` | For CDN | Cloudflare zone ID for cache purge |
74
+ | `CLOUDFLARE_API_TOKEN` | For CDN | API token with Cache Purge permission |
75
75
 
76
76
  ## Setting Up Cloudflare R2
77
77