bioflow / .env.example
yassinekolsi
Deploy to HuggingFace Spaces
e87fea1
raw
history blame
1.03 kB
# ==============================================
# BACKEND CONFIGURATION (Hugging Face / Local)
# ==============================================
# Qdrant Cloud Credentials
# Get these from https://cloud.qdrant.io
# If running locally with Docker, use: http://localhost:6333 and leave API_KEY empty
QDRANT_URL=https://your-cluster-id.region.qdrant.tech
QDRANT_API_KEY=your-super-secret-api-key-here
# Qdrant Settings (Optional)
# QDRANT_COLLECTION=bio_discovery
# ==============================================
# FRONTEND CONFIGURATION (Vercel / Local)
# ==============================================
# NOTE: For Next.js (Vercel), these usually go in ui/.env.local or Vercel Dashboard
# The URL where your Backend is running
# Local: http://localhost:8000
# Production (Hugging Face): https://your-space-name.hf.space
NEXT_PUBLIC_API_URL=http://localhost:8000
# The URL where your Frontend is running
# Local: http://localhost:3000
# Production (Vercel): https://your-project.vercel.app
NEXT_PUBLIC_APP_URL=http://localhost:3000