Remove APP_DEBUG from Heroku, default to false

This commit is contained in:
James Brooks
2015-02-20 09:10:05 +00:00
parent 2557230fda
commit 7f1fa13819

View File

@@ -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;"