From db67662ca49c551527627beb969a44e1e470162f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 16 Dec 2023 14:39:31 -0600 Subject: [PATCH] update maintenance defaults --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a2b3ad0c..0c8ab87d 100644 --- a/.env.example +++ b/.env.example @@ -9,8 +9,8 @@ APP_LOCALE=en APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US -APP_MAINTENANCE_DRIVER=file -APP_MAINTENANCE_STORE=redis +APP_MAINTENANCE_DRIVER=cache +APP_MAINTENANCE_STORE=database LOG_CHANNEL=stack LOG_STACK=single