chg: [config] disable debug by default
parent
919b1c70e1
commit
ad72115fd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue