]> _ Git - fluidbook-toolbox.git/commitdiff
try #7454 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 May 2025 08:10:46 +0000 (10:10 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 May 2025 08:10:46 +0000 (10:10 +0200)
.docker/docker-compose.yml
config/cache.php

index 68691c601d561d9a2f96d54a1de4b0f33b135984..70a70703429f50855c784eff900a2afc5a46b3dc 100644 (file)
@@ -91,7 +91,7 @@ services:
       - '/home/extranet/share/:/application/share/'
       - '/data/toolbox/storage/:/application/storage/'
       - '/data/extranet/ftp/:/application/ftp/'
-      #      - '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
+#     - '/data/extranet/www/fluidbook/books/working/:/application/protected/fluidbookpublication/working/'
       - '/data/extranet/www/fluidbook/books/links/:/application/protected/fluidbookpublication/links/'
       - '/home/extranet/www/fluidbook/cache/unzip/:/application/storage/fluidbook/cache/unzip/'
       - '/data/fluidbook/pdfcache/:/application/protected/fluidbookpublication/cache/pdffiles/'
index 326d9afc67223db02f37932374b38304bad1e69a..24d9bdd79352ba0fe0884a572a18e5a7d66067ec 100644 (file)
@@ -19,6 +19,7 @@ return [
     */
 
     'default' => env('CACHE_DRIVER', 'file'),
+    'limiter' => env('CACHE_LIMITER', 'file'),
 
     /*
     |--------------------------------------------------------------------------