mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Added APP_DEBUG env var to app.json for Heroku
This commit is contained in:
parent
718d6584cf
commit
63a9b72ca3
5
app.json
5
app.json
@ -15,8 +15,9 @@
|
||||
"heroku-postgresql"
|
||||
],
|
||||
"env": {
|
||||
"ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" },
|
||||
"BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value to work on Heroku" }
|
||||
"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." }
|
||||
},
|
||||
"scripts": {
|
||||
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user