mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-18 14:29:45 +01:00
26 lines
992 B
JSON
26 lines
992 B
JSON
{
|
|
"name": "Cachet",
|
|
"description": "Single-site Status Page with Laravel",
|
|
"keywords": [
|
|
"cachet",
|
|
"laravel",
|
|
"status",
|
|
"page"
|
|
],
|
|
"website": "http://james-brooks.uk/cachet",
|
|
"logo": "https://raw.githubusercontent.com/cachethq/assets/79336a33c24b28c470a89742671e0e291813d004/images/icon/Cachet-Icon.png",
|
|
"success_url": "/setup",
|
|
"repository": "https://github.com/cachethq/Cachet",
|
|
"addons": [
|
|
"heroku-postgresql"
|
|
],
|
|
"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." }
|
|
},
|
|
"scripts": {
|
|
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;"
|
|
}
|
|
}
|