-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 799 Bytes
/
render.yaml
File metadata and controls
32 lines (32 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
services:
- type: web
name: pathforge-api
runtime: python
rootDir: backend
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /health
envVars:
- key: SUPABASE_URL
sync: false
- key: SUPABASE_SERVICE_KEY
sync: false
- key: SUPABASE_JWT_SECRET
sync: false
- key: GROQ_API_KEY
sync: false
- key: QDRANT_URL
sync: false
- key: QDRANT_API_KEY
sync: false
- key: FRONTEND_URL
sync: false
# Optional
- key: OPENAI_API_KEY
sync: false
- key: ANTHROPIC_API_KEY
sync: false
- key: RAZORPAY_KEY_ID
sync: false
- key: RAZORPAY_KEY_SECRET
sync: false