15 lines
415 B
Text
15 lines
415 B
Text
# Gemini API Configuration
|
|
# Get your API key from: https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# Reference Documents Path (optional)
|
|
# Defaults to ../reference_docs relative to backend/
|
|
# REFERENCE_DOCS_PATH=/path/to/reference_docs
|
|
|
|
# CORS Configuration
|
|
# Comma-separated list of allowed origins
|
|
CORS_ORIGINS=http://localhost:3000
|
|
|
|
# Server Configuration
|
|
HOST=0.0.0.0
|
|
PORT=8000
|