Don't set CACHE_PREFIX to empty string by default (#6542)

Setting this to an empty string by default overrides the default behaviour of using APP_NAME in the cache config file, this leads to unintended consequences if this has been blindly copied into the app's main .env file without setting a value
This commit is contained in:
James King
2025-02-18 15:12:59 +00:00
committed by GitHub
parent 79a94de4dd
commit ecf6de4992

View File

@@ -38,7 +38,7 @@ FILESYSTEM_DISK=local
QUEUE_CONNECTION=database QUEUE_CONNECTION=database
CACHE_STORE=database CACHE_STORE=database
CACHE_PREFIX= # CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1 MEMCACHED_HOST=127.0.0.1