*
dsn
datasource setting *
tblNamePrefix
prefix for table names in the database *
authCookieName
secret token cookie name *
storageDir
main directory for storing binary media files *
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 *
storageUrlHost, storageUrlPort
host and port of storageServer *
archiveUrlPath
path-URL-part of archiveServer base dir *
archiveXMLRPC
XMLRPC server script address relative to archiveUrlPath *
archiveUrlHost, archiveUrlPort
host and port of archiveServer * */ $CC_CONFIG = array( /* ================================================== basic configuration */ 'dsn' => array( 'username' => 'ls_dbuser', 'password' => 'ls_dbpassword', 'hostspec' => 'ls_dbserver', 'phptype' => 'pgsql', 'database' => 'ls_database', ), /* ==================================================== URL configuration */ // on central archive side: archive is the storage ! 'storageUrlPath' => 'ls_archiveUrlPath', 'storageXMLRPC' => 'xmlrpc/xrArchive.php', 'storageUrlHost' => 'ls_php_host', 'storageUrlPort' => ls_php_port, // have to be another remote archive: #'archiveUrlPath' => 'ls_archiveUrlPath', #'archiveXMLRPC' => 'xmlrpc/xrArchive.php', #'archiveUrlHost' => 'ls_php_host', #'archiveUrlPort' => ls_php_port, ); ?>