chore(deploy): 完成 #35 部署准备

This commit is contained in:
root
2026-03-04 18:42:40 +08:00
parent 3301acf6e6
commit cc775dff45
5 changed files with 168 additions and 1 deletions
+6
View File
@@ -68,6 +68,12 @@ WECHAT_OA_APP_ID=replace-with-oa-appid
WECHAT_OA_APP_SECRET=replace-with-oa-appsecret
WECHAT_OA_TIMEOUT_SECONDS=5
# 保质期小程序(前端/运维联调)
# 小程序前端请求后端时使用的 API 根地址
EXPIRY_API_BASE_URL=https://api.example.com
# 小程序 AppID(前端 manifest.json 同步)
EXPIRY_MINIAPP_APP_ID=replace-with-miniapp-appid
# Redis(可选,用于缓存 session_key -> user
# 不配置 REDIS_ADDR 时,程序会自动禁用 Redis,保持原来每次请求查 MySQL 的方式。
REDIS_ADDR=127.0.0.1:6379