mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 11:44:34 -05:00
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
# Ethix Environment Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Backend Configuration
|
|
SECRET_KEY=your_secret_key_here
|
|
|
|
# Google Gemini API
|
|
GOOGLE_API_KEY=your_google_api_key
|
|
|
|
# MongoDB Connection
|
|
MONGO_URI=mongodb+srv://user:password@cluster.mongodb.net/ethix
|
|
|
|
# Ollama Configuration (optional - has default)
|
|
OLLAMA_HOST=https://ollama.website.co
|
|
|
|
# Use MongoDB Atlas for vector storage (optional)
|
|
# Set to "true" to use Atlas instead of ChromaDB
|
|
ATLAS_VECTORS=false
|