|
configuration structure:
- 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
- storageUrlPath
- path-URL-part of storageServer base dir
- 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
Definition at line 49 of file conf.php.
Referenced by uiBrowser::uiBrowser(), and uiHandler::uiHandler(). |