Files
cachet-docker/app/config/local/app.php
Graham Campbell 9d8d89248f CS fixes
2014-12-20 21:20:17 +00:00

21 lines
513 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,
'url' => 'http://cachet.io.dev',
];