diff options
author | Marvin Borner | 2018-05-06 00:28:48 +0200 |
---|---|---|
committer | Marvin Borner | 2018-05-06 00:28:48 +0200 |
commit | c2b4f8d7de00c9c4ade235dcc4f02883a0219762 (patch) | |
tree | 63ab0d8def014a52c8d108935821b263bede985b /main/app/sprinkles/core/config | |
parent | 16947035c5e883c3fbc34bbf24bb78ee262b5ed1 (diff) |
Added wormhole and other things
Diffstat (limited to 'main/app/sprinkles/core/config')
-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' ] ]; |