X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5c6a6b50a0c4d42fa245fa7aa8c2e7315d56e3ff..refs/pull/5293/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index 86297b236..b588437ff 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -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_'), ];