bio-nexus-api / render.yaml
Samad14's picture
fix(blast): poll cap 65min, DNA validation, program/db/max_hits params
cd0c7a9 verified
Raw
History Blame Contribute Delete
726 Bytes
services:
- type: web
name: bio-nexus-api
runtime: python
region: ohio
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /health
autoDeploy: true
envVars:
- key: SUPABASE_URL
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: GROQ_API_KEY
sync: false
- key: DEMO_MODE
value: "false"
- key: CORS_ORIGIN
value: "https://bio-nexus-samadsaifi14s-projects.vercel.app,https://bio-nexus.vercel.app,https://bioai-platform.vercel.app"
- key: NCBI_API_KEY
sync: false
- key: NCBI_EMAIL
value: "bioflow@example.com"