This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
tsmac/modules/tsm/config/tsm.php

19 lines
457 B
PHP
Raw Permalink Normal View History

2014-10-06 10:57:54 +00:00
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* TSM system default configurable items.
*
* @package TSM Database Module
* @category Configuration
* @author Deon George
* @copyright (c) 2010-2014 Deon GEorge
* @license http://dev.leenooks.net/license.html
*/
return array(
'client' => '/opt/tivoli/tsm/client/ba/bin/dsmadmc',
'client_type' => 'dsmadmc',
'client_errorlogname' => '/tmp/tsm-errorlog.log',
);
?>