init
This commit is contained in:
8
backend/env_example.txt
Normal file
8
backend/env_example.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
# OpenAI API配置
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
|
||||
# 数据库配置
|
||||
DATABASE_URL=sqlite:///worklist.db
|
||||
|
||||
# Flask配置
|
||||
SECRET_KEY=your-secret-key-here
|
||||
Reference in New Issue
Block a user