]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
Fixed OIDC Logout
[bookstack] / app / Config / cache.php
index 86297b2362579d4d4f35ab5b1a9a6bdd8b70e638..d1d47ab16c2e5cc1da072369f0d85d8eb78e2c72 100644 (file)
@@ -87,6 +87,6 @@ return [
     |
     */
 
-    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache'),
+    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
 
 ];