Skip to content

Commit

Permalink
Fix configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Aug 31, 2025
1 parent c9006d4 commit 850e0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@
* Duration will be set to '+2 minutes' in bootstrap.php when debug = true
* If you set 'className' => 'Null' core cache will be disabled.
*/
'_cake_core_' => [
'_cake_translations_' => [
'className' => 'Cake\Cache\Engine\FileEngine',
'prefix' => 'myapp_cake_core_',
'prefix' => 'myapp_cake_translations_',
'path' => CACHE . 'persistent/',
'serialize' => true,
'duration' => '+1 years',
'url' => env('CACHE_CAKECORE_URL', null),
'url' => env('CACHE_TRNASLATIONS_URL', null),
],

/**
Expand Down

0 comments on commit 850e0d5

Please sign in to comment.