feat: 更新 Upstash 配置,修改环境变量名称以提高一致性

This commit is contained in:
katelya
2025-09-05 10:58:27 +08:00
parent 427056f4ad
commit 0874cac2ae
2 changed files with 13 additions and 21 deletions
+4 -4
View File
@@ -22,11 +22,11 @@ NEXT_PUBLIC_STORAGE_TYPE=localstorage
# Upstash Redis 配置(选择 upstash 存储时需要)
# ==============================================
# Upstash Redis REST API 地址
# UPSTASH_REDIS_REST_URL=https://xxx.upstash.io
# Upstash Redis 连接 URL
# UPSTASH_URL=https://xxx.upstash.io
# Upstash Redis REST API 令牌
# UPSTASH_REDIS_REST_TOKEN=AX_xxx
# Upstash Redis 访问令牌
# UPSTASH_TOKEN=AX_xxx
# ==============================================
# Redis 配置(选择 redis 存储时需要)