mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
added key_prefix to the caching config
This commit is contained in:
@@ -408,12 +408,17 @@ $config['error_views_path'] = '';
|
||||
| Fallback adapter if primary adapter fails or is unavailable.
|
||||
| Recommended: 'file' as a safe fallback option
|
||||
|
|
||||
| 'cache_key_prefix'
|
||||
| Prefix added to all cache keys to avoid collisions between
|
||||
| applications sharing the same cache storage.
|
||||
|
|
||||
| Note: Redis configuration is stored separately in application/config/redis.php
|
||||
|
|
||||
*/
|
||||
$config['cache_path'] = '';
|
||||
$config['cache_adapter'] = 'file';
|
||||
$config['cache_backup'] = 'file';
|
||||
$config['cache_key_prefix'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user