From d40bfe4984b91acbc56c6736edc12e9a931ecb28 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Mon, 15 Jan 2018 09:12:27 +0100 Subject: [PATCH] Add postgres addon to app.json --- app.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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