Synchronized with conf.php in storageServer.
This commit is contained in:
parent
557aa91bdd
commit
59bdde8e83
1 changed files with 7 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.8 $
|
Version : $Revision: 1.9 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -66,12 +66,13 @@ $config = array(
|
||||||
'tblNamePrefix' => 'as_',
|
'tblNamePrefix' => 'as_',
|
||||||
'authCookieName'=> 'assid',
|
'authCookieName'=> 'assid',
|
||||||
'StationPrefsGr'=> '',
|
'StationPrefsGr'=> '',
|
||||||
'AllGr' => '',
|
'AllGr' => 'All',
|
||||||
'storageDir' => dirname(getcwd()).'/stor',
|
'storageDir' => dirname(__FILE__).'/../../archiveServer/var/stor',
|
||||||
'bufferDir' => dirname(getcwd()).'/stor/buffer',
|
'bufferDir' => dirname(__FILE__).'/../../archiveServer/var/stor/buffer',
|
||||||
'transDir' => dirname(getcwd()).'/trans',
|
'transDir' => dirname(__FILE__).'/../../archiveServer/var/trans',
|
||||||
'accessDir' => dirname(getcwd()).'/access',
|
'accessDir' => dirname(__FILE__).'/../../archiveServer/var/access',
|
||||||
'isArchive' => TRUE,
|
'isArchive' => TRUE,
|
||||||
|
'validate' => TRUE,
|
||||||
|
|
||||||
/* ==================================================== URL configuration */
|
/* ==================================================== URL configuration */
|
||||||
// on central archive side: archive is the storage !
|
// on central archive side: archive is the storage !
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue