From 409992eed004edff2b47b7beddc4048f97470928 Mon Sep 17 00:00:00 2001 From: Reza Amini Date: Sun, 2 Jan 2022 21:49:56 +0330 Subject: [PATCH] [9.x] Make .env.example sync with new changes (#5757) In this PR #5568 the key has been changed! --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b7becbac..8510237c 100644 --- a/.env.example +++ b/.env.example @@ -17,7 +17,7 @@ DB_PASSWORD= BROADCAST_DRIVER=log CACHE_DRIVER=file -FILESYSTEM_DRIVER=local +FILESYSTEM_DISK=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120