Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Cunha committed Mar 27, 2017
1 parent b5ba362 commit 18edb39
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Gustavo Cunha",
"description": "Personal Website",
"scripts": {
},
"env": {
"LANG": {
"required": true
},
"NEW_RELIC_LICENSE_KEY": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_SERVE_STATIC_FILES": {
"required": true
},
"SECRET_KEY_BASE": {
"required": true
}
},
"formation": {
},
"addons": [

],
"buildpacks": [
{
"url": "heroku/ruby"
}
]
}

0 comments on commit 18edb39

Please sign in to comment.