-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathrender.yaml
More file actions
39 lines (38 loc) · 909 Bytes
/
Copy pathrender.yaml
File metadata and controls
39 lines (38 loc) · 909 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
services:
- type: web
name: KrishiSetu-server
runtime: node
plan: free
buildCommand: NODE_ENV=development npm install && npm run build
startCommand: node dist/index.js
disk:
name: uploads
mountPath: /uploads
sizeGB: 1
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 5000
- key: MONGODB_URI
sync: false
- key: MONGO_DB_NAME
sync: false
- key: FIREBASE_API_KEY
sync: false
- key: FIREBASE_AUTH_DOMAIN
sync: false
- key: FIREBASE_PROJECT_ID
sync: false
- key: FIREBASE_STORAGE_BUCKET
sync: false
- key: FIREBASE_MESSAGING_SENDER_ID
sync: false
- key: FIREBASE_APP_ID
sync: false
- key: GOOGLE_GEMINI_API_KEY
sync: false
databases:
- name: KrishiSetu-mongodb
plan: free
ipAllowList: []