-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (33 loc) · 1.46 KB
/
Copy pathrender.yaml
File metadata and controls
34 lines (33 loc) · 1.46 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
# This file was generated by Render's heroku-import Heroku CLI plugin
# https://www.npmjs.com/package/@renderinc/heroku-import
# Schema documented at https://render.com/docs/yaml-spec
services:
- type: web # valid values: https://render.com/docs/yaml-spec#type
name: afternoon-cliffs-39431
env: docker # valid values: https://render.com/docs/yaml-spec#environment
dockerfilePath: Dockerfile.render
plan: free # optional; defaults to starter
numInstances: 1
envVars:
- key: BACKEND_PORT # Imported from Heroku app
value: 3000
# - key: DB_PROD # Imported from Heroku app
# value:
- key: FRONTEND_PORT # Imported from Heroku app
value: 4000
# - key: MAILTRAP_USERNAME # Imported from Heroku app
# value: a7cfb190d8901a
- key: NODE_ENV # Imported from Heroku app
value: production
- key: NODE_MODULES_CACHE # Imported from Heroku app
value: false
- key: PORT # Imported from Heroku app
value: 3000
- key: PROD_BACKEND_URL # Imported from Heroku app
value: https://afternoon-cliffs-39431.herokuapp.com:3000
- key: PROD_FRONTEND_2_URL # Imported from Heroku app
value: https://webdev-resources.vercel.app
- key: PROD_FRONTEND_URL # Imported from Heroku app
value: https://afternoon-cliffs-39431.herokuapp.com:4000
- key: REACT_APP_PROD_BACKEND_URL # Imported from Heroku app
value: afternoon-cliffs-39431.herokuapp.com