.env.example 462 B

1234567891011121314
  1. # 复制为 .env 并填入真实值。.env 已在 .gitignore 中,不会被提交。
  2. # 阿里百炼 (DashScope) OpenAI 兼容
  3. LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
  4. # 备用(专用实例): https://llm-vtgvcndnvnmnbuix.cn-beijing.maas.aliyuncs.com/compatible-mode/v1
  5. LLM_API_KEY=your-dashscope-key
  6. LLM_MODEL=glm-5
  7. # Doris 只读账号
  8. DB_HOST=192.168.4.25
  9. DB_PORT=9030
  10. DB_USER=readonly_yfkj
  11. DB_PASSWORD=your-readonly-password
  12. DB_NAME=ods