-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
38 lines (37 loc) · 834 Bytes
/
render.yaml
File metadata and controls
38 lines (37 loc) · 834 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
services:
- type: web
name: tglobal-assignment
env: node
plan: free
nodeVersion: 20.11.1
startCommand: npm run start:prod
envVars:
- key: NODE_ENV
value: production
- key: DB_HOST
fromDatabase:
name: tglobal-db
property: host
- key: DB_PORT
fromDatabase:
name: tglobal-db
property: port
- key: DB_USERNAME
fromDatabase:
name: tglobal-db
property: user
- key: DB_PASSWORD
fromDatabase:
name: tglobal-db
property: password
- key: DB_DATABASE
fromDatabase:
name: tglobal-db
property: database
- key: JWT_SECRET
sync: false
autoDeploy: false
databases:
- name: tglobal-db
plan: free
ipAllowList: []