diff --git a/config/app.php b/config/app.php index 3296565..6356172 100644 --- a/config/app.php +++ b/config/app.php @@ -1,5 +1,20 @@ false, + 'app.down' => _env('APP_DOWN', false), /* |-------------------------------------------------------------------------- @@ -29,7 +43,7 @@ | You might want to turn this off in production. | */ - 'debug' => true, + 'debug' => _env('APP_DEBUG', true), /* |--------------------------------------------------------------------------