From ddb692ab16c9104a7c7d1c196be70d435f28c112 Mon Sep 17 00:00:00 2001 From: ddurgesh28 Date: Mon, 23 Dec 2019 15:40:07 +0530 Subject: [PATCH] Update app.json --- app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 1a94446..77388e0 100644 --- a/app.json +++ b/app.json @@ -3,5 +3,8 @@ "description": "This app does one little thing, and does it well.", "scripts": { "test": "npm test" - } + }, + "addons":[ + "heroku-postgresql:hobby-basic" + ] }