Add .env.example template

This commit is contained in:
bz彬彬 2026-01-09 08:31:26 +08:00
parent dc92cdd034
commit 13ca78da24

9
.env.example Normal file
View File

@ -0,0 +1,9 @@
# .env.example - Configuration template
# Copy this file to .env and fill in your actual values
# DeepSeek API Key
DEEPSEEK_API_KEY=your_api_key_here
# Flask Configuration (optional)
FLASK_APP=app.py
FLASK_ENV=development