]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
System CLI: Updated to 126de5599c state
[bookstack] / app / Config / cache.php
index 86297b2362579d4d4f35ab5b1a9a6bdd8b70e638..b588437ff1a0990a2597a9a5670b35b950ac395f 100644 (file)
@@ -54,6 +54,7 @@ return [
         'file' => [
             'driver' => 'file',
             'path'   => storage_path('framework/cache'),
+            'lock_path' => storage_path('framework/cache'),
         ],
 
         'memcached' => [
@@ -87,6 +88,6 @@ return [
     |
     */
 
-    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache'),
+    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
 
 ];