From dadfe81a15d634bf3eb50f1becc11c774fbe9b15 Mon Sep 17 00:00:00 2001 From: SamuelMoraesF Date: Mon, 29 Dec 2014 18:30:56 -0200 Subject: [PATCH] Updating app.json file --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 561789ab..7efd6e47 100644 --- a/app.json +++ b/app.json @@ -12,11 +12,11 @@ "success_url": "/setup", "repository": "https://github.com/cachethq/Cachet", "addons": [ - "cleardb" + "heroku-postgresql" ], "env": { - "ENV": "heroku", - "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php" + "ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" }, + "BUILDPACK_URL": { "value": "https://github.com/heroku/heroku-buildpack-php", "description": "Do not modify this value to work on Heroku" } }, "scripts": { "postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"