This commit is contained in:
Cønstantine Kovalensky 2023-11-15 18:28:59 +04:00 committed by GitHub
commit 6f76c4d902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ $bb_cfg['db_alias'] = [
// Cache
$bb_cfg['cache'] = [
'pconnect' => true,
'db_dir' => realpath(BB_ROOT) . '/internal_data/cache/redis/',
'db_dir' => realpath(BB_ROOT) . '/internal_data/cache/filecache/',
'prefix' => 'tp_',
'memcache' => [
'host' => '127.0.0.1',