🔧 Switch default cache store from database to redis in .env.example

This commit is contained in:
HolgerHatGarKeineNode
2026-02-11 21:20:24 +01:00
parent 43e4ad696c
commit 4c1dd6f49a

View File

@@ -37,7 +37,7 @@ BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
CACHE_STORE=redis
# CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1