Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pokotyamu committed Dec 27, 2017
1 parent a2ad3eb commit 4dc92e0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "e-navigator",
"scripts": {
},
"env": {
"LANG": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_LOG_TO_STDOUT": {
"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 4dc92e0

Please sign in to comment.