# ============================================= # FateOS 环境变量配置 # 复制此文件为 .env.local 并填写实际值 # ============================================= # 阿里云通义千问 API Key # 获取地址: https://dashscope.console.aliyun.com/ DASHSCOPE_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx # 虎皮椒支付配置 # 注册地址: https://www.xunhupay.com XUNHU_APPID=your_app_id XUNHU_APPSECRET=your_app_secret XUNHU_NOTIFY_URL=https://your-domain.com/api/payment/notify # 应用域名(用于支付回调) NEXT_PUBLIC_BASE_URL=https://your-domain.com # Vercel Postgres 数据库(可选,用于存储测算记录) # 在 Vercel 控制台创建后自动注入 # POSTGRES_URL=postgres://...