From c2b4f8d7de00c9c4ade235dcc4f02883a0219762 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 6 May 2018 00:28:48 +0200 Subject: Added wormhole and other things --- main/app/sprinkles/core/config/default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app/sprinkles/core/config/default.php') 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' ] ]; -- cgit v1.2.3