-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
47 lines (46 loc) · 1.09 KB
/
render.yaml
File metadata and controls
47 lines (46 loc) · 1.09 KB
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
44
45
46
47
services:
- type: web
name: afkbuilder_strapi
env: node
plan: starter plus
repo: https://github.com/Dae314/afkbuilder_api.git
region: ohio
branch: master
buildCommand: yarn install && yarn build
startCommand: yarn start
healthCheckPath: /_health
envVars:
- key: NODE_VERSION
value: 16.13.1
- key: NODE_ENV
value: production
- key: BUILD_TYPE
value: production
- key: PORT
value: 26156
- key: STRAPI_URL
value: https://api.afkbuilder.com
- key: DATABASE_URL
fromDatabase:
name: afkbuilder_pg
property: connectionString
- key: DATABASE_PORT
fromDatabase:
name: afkbuilder_pg
property: port
- key: CRON_ENABLED
value: true
- key: DEFAULT_USER_ID
value: 2
- key: JWT_SECRET
sync: false
- key: ADMIN_JWT_SECRET
sync: false
- key: API_TOKEN_SALT
sync: false
- key: APP_KEYS
sync: false
databases:
- name: afkbuilder_pg
plan: starter
region: ohio