| # web/.env.local — Cloudflare R2 credentials for the review UI | |
| # | |
| # Copy this file to web/.env.local and fill in your own R2 bucket details. | |
| # .env.local is gitignored. NEVER commit real credentials. | |
| # | |
| # Cloudflare R2 → Manage R2 API Tokens → Create API token (read+write on your bucket) | |
| R2_ENDPOINT_URL=https://<your-account-id>.r2.cloudflarestorage.com | |
| R2_ACCESS_KEY_ID=<your-access-key> | |
| R2_SECRET_ACCESS_KEY=<your-secret-key> | |
| R2_BUCKET=<your-bucket-name> | |