bio-nexus-api / .env.example
Samad14's picture
Add sequencing pipeline (FASTQ -> QC -> alignment -> variant calling -> report)
da793ed verified
Raw
History Blame Contribute Delete
574 Bytes
# Required
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
GROQ_API_KEY=
# Optional (with defaults)
REDIS_URL=redis://localhost:6379
DAILY_LIMIT=10
DEFAULT_MODEL=groq/llama-3.3-70b-versatile
CORS_ORIGIN=https://bio-nexus.vercel.app
# R2 (optional β€” falls back to local filesystem)
R2_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET_NAME=bioflow-raw-responses
# Demo mode (optional β€” returns cached results for known sequences)
DEMO_MODE=false
# Hugging Face CLI (optional β€” for `hf upload` deploys only, not read by the app)
HF_TOKEN=