mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fix typo (#1104)
This commit is contained in:
parent
67c6bd5e7c
commit
6f76c4d902
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue