diff --git a/config/cache.php b/config/cache.php index 4cd7f7fd5..13144cae1 100644 --- a/config/cache.php +++ b/config/cache.php @@ -16,7 +16,7 @@ return [ | */ - 'default' => env('CACHE_STORE', 'database'), + 'default' => env('CACHE_STORE', 'redis'), /* |-------------------------------------------------------------------------- @@ -116,5 +116,5 @@ return [ | */ - 'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel')).'-cache-'), + 'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'coolify')).'-cache-'), ];