docs: add r2 env

This commit is contained in:
oiov
2025-11-02 14:15:05 +08:00
parent ace732a558
commit 46a791c849
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ pnpm install
| BREVO_API_KEY | `123465` | Brevo API key |
| EMAIL_FROM | `support@your-domain.com` | 发件人邮箱地址. |
| EMAIL_FROM_NAME | `WR.DO` | 发件人. |
| SCREENSHOTONE\_BASE\_URL | `https://api.example.com` | 待补充 |
| NEXT_PUBLIC_EMAIL_R2_DOMAIN | `https://r2.example.com` | 附件 R2 存储桶自定义域名 |
| SCREENSHOTONE\_BASE\_URL | `https://api.example.com` | |
| GITHUB\_TOKEN | `ghp_sscsfarwetqet` | [https://github.com/settings/tokens](https://github.com/settings/tokens) |
| NEXT_PUBLIC_GOOGLE_ID | `G-EWREW323` | Google Analytics ID |
| NEXT_PUBLIC_UMAMI_SCRIPT | `https://umami.example.com/script.js` | Umami 站点脚本 |
+1
View File
@@ -63,6 +63,7 @@ Copy/paste the `.env.example` in the `.env` file:
| BREVO_API_KEY | `123465` | The API key for Brevo. |
| EMAIL_FROM | `"support@your-domain.com"` | The email address to send emails from. |
| EMAIL_FROM_NAME | `"WRDO"` | The name to send emails from. |
| NEXT_PUBLIC_EMAIL_R2_DOMAIN | `https://r2.example.com` | The domain of the email R2 bucket. |
| SCREENSHOTONE_BASE_URL | `https://api.example.com` | The base URL of the screenshotone API. |
| GITHUB_TOKEN | `ghp_sscsfarwetqet` | https://github.com/settings/tokens |
| NEXT_PUBLIC_GOOGLE_ID | `G-EWREW323` | The ID of the Google Analytics. |