Enable debug mode via APP_DEBUG env var. Closes #433

This commit is contained in:
James Brooks
2015-01-27 17:35:03 +00:00
parent edd9b0ae8a
commit 8d4f3b6c16
5 changed files with 3 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
'APP_DEBUG' => getenv('APP_DEBUG') ?: false,
'DB_DRIVER' => 'mysql',
'DB_HOST' => 'localhost',
'DB_DATABASE' => 'cachet',