diff --git a/app.json b/app.json index ddc4e66664..5745107802 100644 --- a/app.json +++ b/app.json @@ -3,5 +3,13 @@ "description": "A default setup of Unleash", "repository": "https://github.com/heroku/node-js-sample", "logo": "https://github.com/Unleash/unleash/blob/master/docs/assets/logo.png?raw=true", - "keywords": ["node", "feature toggles", "release"] - } \ No newline at end of file + "keywords": ["node", "feature toggles", "release"], + "addons": [ + { + "plan": "heroku-postgresql", + "options": { + "version": "9.5" + } + } + ] +} \ No newline at end of file