Kaynağa Gözat

:wrench: default=redis

visuddhinanda 2 ay önce
ebeveyn
işleme
270fa84127
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      api-v12/config/cache.php

+ 2 - 2
api-v12/config/cache.php

@@ -15,7 +15,7 @@ return [
     |
     */
 
-    'default' => env('CACHE_STORE', 'database'),
+    'default' => env('CACHE_STORE', 'redis'),
 
     /*
     |--------------------------------------------------------------------------
@@ -103,6 +103,6 @@ return [
     |
     */
 
-    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
+    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
 
 ];