clinical-mind / backend /.env.example
arjitmat's picture
๐Ÿš€ Production-ready multi-agent medical simulation with major improvements
5683654
# Clinical Mind Environment Variables
# Copy this file to .env and fill in your actual values
# Claude API Configuration
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ChromaDB Configuration
CHROMA_PERSIST_DIRECTORY=./data/vector_db
# Case Storage
CASE_STORAGE_DIR=./data/active_cases
# Optional: Development Settings
DEBUG=True
RELOAD=True
# Optional: CORS Settings (for production)
# BACKEND_CORS_ORIGINS=["https://your-domain.com"]