This commit is contained in:
eric
2026-03-12 04:05:58 -05:00
parent 2a9bb8330c
commit 6f4e287ca3
3 changed files with 75 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ ZPAY、PocketBase、MinIO 配置与 `C:\project\digital` 保持一致,复制 `
| 变量 | 说明 | 默认值 |
|------|------|--------|
| `NEXT_SERVER_ACTIONS_ENCRYPTION_KEY` | Server Actions 加密密钥(**生产部署必设**,避免 "Failed to find Server Action" | 无,需用 `node scripts/generate-encryption-key.js` 生成 |
| `NEXT_PUBLIC_POCKETBASE_URL` | PocketBase 地址 | `https://pocketbase.hackrobot.cn` |
| `NEXT_PUBLIC_API_URL` / `PAYMENT_API_URL` | payjsapi 地址 | `https://api.hackrobot.cn` |
| `PAYMENT_PROVIDER` | 支付提供商payjsapi 环境变量) | `xorpay` / `zpay` |