From: Vincent Vanwaelscappel Date: Tue, 6 May 2025 08:10:46 +0000 (+0200) Subject: try #7454 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=711e224183873c50cf877e62b4537e8714da0758;p=fluidbook-toolbox.git try #7454 @0.5 --- diff --git a/.docker/docker-compose.yml b/.docker/docker-compose.yml index 68691c601..70a707034 100644 --- a/.docker/docker-compose.yml +++ b/.docker/docker-compose.yml @@ -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/' diff --git a/config/cache.php b/config/cache.php index 326d9afc6..24d9bdd79 100644 --- a/config/cache.php +++ b/config/cache.php @@ -19,6 +19,7 @@ return [ */ 'default' => env('CACHE_DRIVER', 'file'), + 'limiter' => env('CACHE_LIMITER', 'file'), /* |--------------------------------------------------------------------------