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" + ] }