Skip to content

Commit

Permalink
Merge 42555e7 into 5def3b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oguntoye Opeyemi committed Mar 8, 2019
2 parents 5def3b0 + 42555e7 commit fb8f4ae
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 120 deletions.
5 changes: 5 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ DATABASE_URL
NODE_ENV
PORT
SECRET
SENDGRID_KEY
ADMIN_EMAIL
SITE_NAME
HEROKU_APP_NAME
HOST_URL
8 changes: 7 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"url": "heroku/nodejs"
}
],
"env": {
"env":{
"HEROKU_APP_NAME": {
"required": true
},
"HEROKU_PARENT_APP_NAME": {
"required": true
}
},
"formation": {
},
Expand Down
Loading

0 comments on commit fb8f4ae

Please sign in to comment.