qaops_1/.env.example

26 lines
621 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.

# 环境变量配置文件示例
# 复制此文件为 .env 并填入实际的配置值
# Flask配置
SECRET_KEY=your-secret-key-here
DEBUG=True
# 九格大模型API配置
# 请在九格官网申请API密钥
JIUGE_API_KEY=your-jiuge-api-key-here
JIUGE_API_URL=https://api.jiuge.com/v1/chat/completions
# GitHub API配置可选
# 用于访问私有仓库或提高API限制
GITHUB_TOKEN=your-github-personal-access-token
# 服务器配置
HOST=0.0.0.0
PORT=5000
# 数据库配置(未来扩展)
# DATABASE_URL=sqlite:///quality_analyzer.db
# Redis配置未来扩展
# REDIS_URL=redis://localhost:6379/0