📝 环境变量和部署文档新增 Redis 部分

This commit is contained in:
mewhz
2025-09-06 14:41:15 +08:00
parent 1b3bd27655
commit 6570cfd677
3 changed files with 19 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ JWT_RESET_SECRET=<jwt reset secret>
JWT_INVITE_SECRET=<jwt invite secret>
JWT_EXPIRATION=2592000000
# === Redis ===
REDIS_HOST=<Redis 地址>
REDIS_PORT=<Redis 端口>
# === Resend ===
RESEND_API_KEY=<你的resend-api-key>