Rev 5231 | Blame | Compare with Previous | Last modification | View Log | RSS feed
{# Location of the LXR installation'lxr' => '/opt/lxr',# Where Glimpse holds its per-tree data'glimpseDir' => '/opt/glimpse/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,## Release Manager interface [optional]##'GBE_RM_LOCATION' => 'jdbc:oracle:thin:@auperaprm01:1521:RELEASEM',#'GBE_RM_USERNAME' => 'RM_READONLY',#'GBE_RM_PASSWORD' => 'RM_READONLY',};