Fixing the app.json for Bonsai

This commit is contained in:
Brenda Wallace
2019-01-18 14:48:04 +13:00
parent 656510855d
commit 03c8d75899

View File

@@ -38,10 +38,15 @@
},
"addons": [
"heroku-postgresql",
"bonsai-elasticsearch",
"memcachier",
"newrelic",
"sparkhost"
"sparkhost",
{
"plan": "bonsai:sandbox-6",
"options": {
"version": "6.2.3"
}
}
],
"buildpacks": [
{