Cachet/app.json
2014-11-28 08:45:34 +00:00

23 lines
588 B
JSON

{
"name": "Cachet",
"description": "Single-site Status Page with Laravel",
"keywords": [
"status",
"tools",
"php",
"laravel"
],
"website": "http://james-brooks.uk/cachet",
"logo": "https://raw.githubusercontent.com/cachethq/assets/f7a350ccd2e7dbdb63f4a2e91bc48f02e03f97e4/images/logo/logo-final.png",
"success_url": "/setup",
"repository": "https://github.com/jbrooksuk/Cachet",
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku"
},
"scripts": {
"postdeploy": "php artisan migrate; php artisan key:generate"
}
}