-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
40 lines (40 loc) · 915 Bytes
/
Copy pathrender.yaml
File metadata and controls
40 lines (40 loc) · 915 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
33
34
35
36
37
38
39
40
services:
- type: web
name: chittsaathi-backend
runtime: node
rootDir: Backend
plan: free
buildCommand: npm install
startCommand: npm start
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 10000
- key: MONGODB_URI
sync: false
- key: JWT_SECRET
sync: false
- key: GOOGLE_AI_API_KEY
sync: false
- key: ALLOWED_ORIGINS
sync: false
- key: EMAIL_SERVICE
sync: false
- key: EMAIL_USERNAME
sync: false
- key: EMAIL_PASSWORD
sync: false
- key: EMAIL_FROM
sync: false
- key: ADMIN_EMAIL
sync: false
- key: BACKEND_API_URL
sync: false
- key: ML_SERVICE_URL
sync: false
- key: NVIDIA_API_KEY
sync: false
- key: NVIDIA_EMBED_API_KEY
sync: false