Files
worklist/backend/.env
2025-12-30 09:03:29 +00:00

9 lines
203 B
Bash
Raw 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.

# OpenAI API配置可选用于AI润色功能
OPENAI_API_KEY=your_openai_api_key_here
# 数据库配置
DATABASE_URL=sqlite:///worklist.db
# Flask配置
SECRET_KEY=your-secret-key-here