diff options
Diffstat (limited to 'main/app/sprinkles/core/config/default.php')
-rw-r--r-- | main/app/sprinkles/core/config/default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/app/sprinkles/core/config/default.php b/main/app/sprinkles/core/config/default.php index c829121..07fd2e6 100644 --- a/main/app/sprinkles/core/config/default.php +++ b/main/app/sprinkles/core/config/default.php @@ -115,7 +115,7 @@ ], // Slim settings - see http://www.slimframework.com/docs/objects/application.html#slim-default-settings 'settings' => [ - 'displayErrorDetails' => false + 'displayErrorDetails' => true ], // "Site" settings that are automatically passed to Twig 'site' => [ @@ -178,6 +178,6 @@ 'display_errors' => 'false', 'log_errors' => 'true', // Let PHP itself render errors natively. Useful if a fatal error is raised in our custom shutdown handler. - 'display_errors_native' => 'false' + 'display_errors_native' => 'true' ] ]; |