Files
012-kaopeilian/.env.kpl
111 998211c483 feat: 初始化考培练系统项目
- 从服务器拉取完整代码
- 按框架规范整理项目结构
- 配置 Drone CI 测试环境部署
- 包含后端(FastAPI)、前端(Vue3)、管理端

技术栈: Vue3 + TypeScript + FastAPI + MySQL
2026-01-24 19:33:28 +08:00

27 lines
787 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 瑞小美团队 AI 服务配置
# ⚠️ 此文件包含敏感信息,禁止提交到 Git
# 文件权限应设置为 600
# === AI 服务配置 ===
# 通用 Key用于 Gemini/DeepSeek 等非 Claude 模型)
AI_PRIMARY_API_KEY=sk-V9QfxYscJzD54ZRIDyAvnd4Lew4IdtPUQqwDQ0swNkIYObxT
# Claude 专属 Key用于 Claude 模型)
AI_ANTHROPIC_API_KEY=sk-wNAkUW3zwBeKBN8EeK5KnXXgOixnW5rhZmKolo8fBQuHepkX
# OpenRouter 备选 Key可选用于降级
AI_FALLBACK_API_KEY=
# === 数据库配置 ===
MYSQL_PASSWORD=nj861021
# 租户配置(用于多租户部署)
TENANT_CODE=kpl
# 管理库连接配置(用于从 tenant_configs 表读取配置)
ADMIN_DB_HOST=prod-mysql
ADMIN_DB_PORT=3306
ADMIN_DB_USER=root
ADMIN_DB_PASSWORD=ProdMySQL2025!@#
ADMIN_DB_NAME=kaopeilian_admin