1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-03 20:57:38 +02:00

set error reporting to false

This commit is contained in:
Sebastian
2017-11-14 22:28:23 +01:00
parent 6116914aca
commit defa6922ec

View File

@@ -15,7 +15,7 @@ return [
'settingsPath' => __DIR__ . DS . '..' . DS . 'settings',
'authorPath' => __DIR__ . DS . 'author' . DS,
'contentFolder' => 'content',
'displayErrorDetails' => true,
'displayErrorDetails' => false,
'version' => '1.0.2'
];