Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Specify ElasticSearch and Postgres versions in Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Oct 28, 2016
1 parent 281d516 commit 9800ba8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
}
},
"addons": [
"heroku-postgresql",
"bonsai"
{
"plan": "heroku-postgresql",
"options": {
"version": "9.4"
}
}
{
"plan": "bonsai:sandbox",
"options": {
"version": "2.3"
}
}
],
"buildpacks": [
{
Expand Down

0 comments on commit 9800ba8

Please sign in to comment.