-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (33 loc) · 788 Bytes
/
render.yaml
File metadata and controls
34 lines (33 loc) · 788 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
services:
- type: web
name: micro-insurance-backend
env: node
region: oregon
plan: free
buildCommand: npm install
startCommand: npm start
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 5000
- key: DATABASE_URL
sync: false
- key: JWT_SECRET
generateValue: true
sync: false
- key: CLOUDINARY_CLOUD_NAME
sync: false
- key: CLOUDINARY_API_KEY
sync: false
- key: CLOUDINARY_API_SECRET
sync: false
- key: OCR_API_KEY
sync: false
- key: FRONTEND_URL
value: https://your-frontend-name.vercel.app
databases:
- name: micro-insurance-db
databaseName: micro_insurance
user: micro_insurance_user
plan: free