Set the app title with an environment var

This commit is contained in:
James Brooks
2014-11-20 19:35:14 +00:00
parent 12975ca98a
commit 67cd73d50b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"keywords": ["cachet", "laravel", "status", "page"],
"addons": ["cleardb"],
"env": {
"ENV": "heroku"
"ENV": "heroku",
"APP_NAME": "My Status Page"
},
"scripts": {
"postdeploy": "php artisan migrate"