mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r143
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@143 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
9dbbaca8f4
commit
a8a7aeb4ec
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r141';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r143';
|
||||
$bb_cfg['tp_release_date'] = '25-07-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
@ -78,13 +78,13 @@ $bb_cfg['db_alias'] = array(
|
|||
|
||||
// Cache
|
||||
$bb_cfg['cache']['db_dir'] = realpath(BB_ROOT) .'/cache/filecache/';
|
||||
$cfg['cache']['memcache'] = array(
|
||||
$bb_cfg['cache']['memcache'] = array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 11211,
|
||||
'pconnect' => true,
|
||||
'con_required' => true,
|
||||
);
|
||||
$cfg['cache']['redis'] = array(
|
||||
$bb_cfg['cache']['redis'] = array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
'con_required' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue