-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
43 lines (42 loc) · 920 Bytes
/
Copy pathrender.yaml
File metadata and controls
43 lines (42 loc) · 920 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
41
42
43
services:
- type: web
name: lifedoc-backend
runtime: node
plan: free
buildCommand: npm install
startCommand: npm run server
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 10000
- key: DB_HOST
sync: false
- key: DB_PORT
sync: false
- key: DB_NAME
sync: false
- key: DB_USER
sync: false
- key: DB_PASSWORD
sync: false
- key: JWT_SECRET
sync: false
- key: EMAIL_HOST
sync: false
- key: EMAIL_PORT
sync: false
- key: EMAIL_USER
sync: false
- key: EMAIL_PASS
sync: false
- key: ADMIN_SECRET
sync: false
- type: static
name: lifedoc-frontend
buildCommand: echo "Static site ready"
staticPublishPath: .
routes:
- type: rewrite
source: /*
destination: /index.html