chore: update .env.example for maintenance driver configuration

- Changed APP_MAINTENANCE_DRIVER from file to cache for improved performance.
- Ensured CACHE_STORE remains set to database for consistency.

These changes refine the environment configuration for better maintenance handling.
This commit is contained in:
Yury Pikhtarev 2025-06-24 02:30:47 +04:00
commit 675c6f6e08
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ APP_LOCALE=en
APP_FALLBACK_LOCALE=en APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file APP_MAINTENANCE_DRIVER=cache
APP_MAINTENANCE_STORE=database APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4 PHP_CLI_SERVER_WORKERS=4
@ -37,8 +37,8 @@ BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local FILESYSTEM_DISK=local
QUEUE_CONNECTION=database QUEUE_CONNECTION=database
CACHE_STORE=database
CACHE_PREFIX=torrentpier_ CACHE_PREFIX=torrentpier_
CACHE_STORE=database
MEMCACHED_HOST=127.0.0.1 MEMCACHED_HOST=127.0.0.1