Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
krlsdu committed Apr 20, 2016
1 parent 317f894 commit e28f568
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "rails-blog",
"scripts": {
},
"env": {
"LANG": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_SERVE_STATIC_FILES": {
"required": true
},
"SECRET_KEY_BASE": {
"required": true
}
},
"formation": {
"worker": {
"quantity": 1
},
"web": {
"quantity": 1
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/ruby"
}
]
}

0 comments on commit e28f568

Please sign in to comment.