Rev 5209 | Rev 5231 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
$config = {# Location of the LXR installation'lxr' => '/opt/lxr',# Location where this tool will create LXR Views and store# other data'lxrFiles' => '/opt/lxr-files',# Logging# Location of a logging directory# Age (days ) to retain log files'lxrLogDir' => '/opt/lxr-files/Logs','logAge' => 100,# Aging (days)# releaseAge - Keep unused releases for a few days# packageAge - Keep PackageVersions that are no longer referenced'releaseAge' => 10,'packageAge' => 10,};