From fe63aba044109e8d1d5aa56b4043d69fd524004d Mon Sep 17 00:00:00 2001 From: tomas Date: Sun, 6 Feb 2005 23:32:09 +0000 Subject: [PATCH] minor addtions, sync with storageServer --- livesupport/modules/archiveServer/var/conf.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/archiveServer/var/conf.php b/livesupport/modules/archiveServer/var/conf.php index c90756a16..62d735156 100644 --- a/livesupport/modules/archiveServer/var/conf.php +++ b/livesupport/modules/archiveServer/var/conf.php @@ -1,4 +1,4 @@ - *
dsn
datasource setting *
tblNamePrefix
prefix for table names in the database @@ -38,6 +44,7 @@ *
bufferDir
directory for temporary files *
transDir
directory for incomplete transferred files *
accessDir
directory for symlinks to accessed files + *
isArchive
local/central flag *
storageUrlPath
path-URL-part of storageServer base dir * (on central archive side: storage=archive) *
storageXMLRPC
XMLRPC server script address relative to storageUrlPath @@ -83,12 +90,16 @@ $config = array( 'Storage' => array('Folder', 'File', 'Replica'), 'Folder' => array('Folder', 'File', 'Replica'), 'File' => array(), + 'audioclip' => array(), + 'playlist' => array(), 'Replica' => array(), ), 'allowedActions'=> array( 'RootNode' => array('classes', 'subjects'), 'Folder' => array('editPrivs', 'write', 'read'), 'File' => array('editPrivs', 'write', 'read'), + 'audioclip' => array('editPrivs', 'write', 'read'), + 'playlist' => array('editPrivs', 'write', 'read'), 'Replica' => array('editPrivs', 'write', 'read'), '_class' => array('editPrivs', 'write', 'read'), ),