group-wbl/.env.example

9 lines
223 B
Plaintext
Raw Permalink Normal View History

2026-01-09 08:31:26 +08:00
# .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