chg: [config] disable debug by default

pull/38/head
iglocska 2020-12-07 13:54:39 +01:00
parent 919b1c70e1
commit ad72115fd5
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ return [
* Development Mode:
* true: Errors and warnings shown.
*/
'debug' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN),
'debug' => filter_var(env('DEBUG', false), FILTER_VALIDATE_BOOLEAN),
/*
* Security and encryption configuration