todo-ai / env.example
bilalsxadad1231231
Update backend with latest changes
b82f5a0
raw
history blame contribute delete
389 Bytes
# Database
DATABASE_URL=sqlite:///./todo_app.db
# For production use PostgreSQL:
# DATABASE_URL=postgresql://user:password@localhost/todo_app
# Groq Configuration
GROQ_API_KEY=your_groq_api_key_here
GROQ_MODEL_NAME=llama3-8b-8192
# API Configuration
API_V1_STR=/api/v1
PROJECT_NAME=AI Todo App
DEBUG=True
# CORS - Not needed for Hugging Face Spaces deployment
# BACKEND_CORS_ORIGINS=[]