intelligent-bug-triage / .env.example
Spandan Roy
Initial setup: Project structure and Gradio interface
75e2970
raw
history blame contribute delete
502 Bytes
# Hugging Face Configuration
HF_HOME=/data/.huggingface
HF_TOKEN=your_token_here
# Neo4j Configuration
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=your_password
# Qdrant Configuration
QDRANT_HOST=localhost
QDRANT_PORT=6333
# PostgreSQL Configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=bug_triage
POSTGRES_USER=admin
POSTGRES_PASSWORD=your_password
# Redis Configuration
REDIS_HOST=localhost
REDIS_PORT=6379
# API Configuration
API_PORT=7860
DEBUG_MODE=True