Add .env.example template
This commit is contained in:
parent
dc92cdd034
commit
13ca78da24
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user