Files
cachet-docker/app/config/local/app.php
James Brooks 56b3f9d94f Remove url
2015-01-13 14:18:54 +00:00

19 lines
475 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every error that occurs within your
| application. If disabled, a simple generic error page is shown.
|
*/
'debug' => true,
];