focusflow-api / render.yaml
vickysrm
Initial backend upload
d309047
raw
history blame contribute delete
332 Bytes
services:
- type: web
name: focusflow-api
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
envVars:
- key: GROQ_API_KEY
sync: false
- key: REDIS_URL
sync: false
- key: ALLOWED_ORIGINS
sync: false