mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
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:
parent
832e333d49
commit
675c6f6e08
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue