From 7e5da71884b83671d6436c0a14d3b2080d037d2a Mon Sep 17 00:00:00 2001 From: mychidarko Date: Tue, 4 Oct 2022 00:42:29 +0000 Subject: [PATCH] fix: link env to app config --- config/app.php | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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), /* |--------------------------------------------------------------------------