Synchronized with conf.php in storageServer.

This commit is contained in:
tomas 2005-03-07 11:30:40 +00:00
parent 557aa91bdd
commit 59bdde8e83
1 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@
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 $
------------------------------------------------------------------------------*/
@ -66,12 +66,13 @@ $config = array(
'tblNamePrefix' => 'as_',
'authCookieName'=> 'assid',
'StationPrefsGr'=> '',
'AllGr' => '',
'storageDir' => dirname(getcwd()).'/stor',
'bufferDir' => dirname(getcwd()).'/stor/buffer',
'transDir' => dirname(getcwd()).'/trans',
'accessDir' => dirname(getcwd()).'/access',
'AllGr' => 'All',
'storageDir' => dirname(__FILE__).'/../../archiveServer/var/stor',
'bufferDir' => dirname(__FILE__).'/../../archiveServer/var/stor/buffer',
'transDir' => dirname(__FILE__).'/../../archiveServer/var/trans',
'accessDir' => dirname(__FILE__).'/../../archiveServer/var/access',
'isArchive' => TRUE,
'validate' => TRUE,
/* ==================================================== URL configuration */
// on central archive side: archive is the storage !