-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathrender.yaml
File metadata and controls
33 lines (33 loc) · 775 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
services:
- type: web
name: healthmint-api
runtime: node
rootDir: server
buildCommand: npm install
startCommand: node server.js
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
generateValue: false
- key: MONGODB_URI
sync: false
- key: JWT_SECRET
sync: false
- key: ENCRYPTION_KEY
sync: false
- key: HEALTHMINT_KEK
sync: false
- key: PINATA_JWT
sync: false
- key: PINATA_GATEWAY
sync: false
- key: SEPOLIA_RPC_URL
sync: false
- key: CONTRACT_ADDRESS
sync: false
- key: CONTRACT_HEALTH_DATA_MARKETPLACE
sync: false
- key: FRONTEND_URL
sync: false