Added Node Summary
This commit is contained in:
@@ -16,6 +16,7 @@ return array(
|
||||
'client_errorlogname' => '/tmp/pta-tsm-errorlog.log',
|
||||
'date_format' => 'd-m-Y',
|
||||
'tsmpooltypes' => array('PRIMARY','ACTIVEDATA','COPY'),
|
||||
'tsmdatatypes' => array('Bkup'=>'BACKUP','Arch'=>'ARCHIVE'),
|
||||
'email_admin_only'=> array(
|
||||
'method'=>array('wurley@users.sf.net'=>'Deon George'),
|
||||
),
|
||||
@@ -23,12 +24,9 @@ return array(
|
||||
),
|
||||
'method_security' => TRUE, // Enables Method Security. Setting to false means any method can be run without authentication
|
||||
'site' => array(
|
||||
'172.31.9.4'=>1,
|
||||
),
|
||||
'site_debug' => FALSE,
|
||||
'site_mode' => array(
|
||||
'172.31.9.4'=>Kohana::DEVELOPMENT,
|
||||
'phptsmadmin.sf.net'=>Kohana::PRODUCTION,
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user