From 7f1fa13819ee75de6edd0682631d3b046b8ccaef Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 20 Feb 2015 09:10:05 +0000 Subject: [PATCH] Remove APP_DEBUG from Heroku, default to false --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 2fd69c64..88809570 100644 --- a/app.json +++ b/app.json @@ -16,8 +16,7 @@ ], "env": { "ENV": { "value": "heroku", "description": "Do not modify this value as it's required to work on Heroku." }, - "BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value as it's required to work on Heroku." }, - "APP_DEBUG": { "value": "false", "description": "Toggle Cachet debugging." } + "BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value as it's required to work on Heroku." } }, "scripts": { "postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;"