Added Add Node capability
This commit is contained in:
17
application/config/tsm.php
Normal file
17
application/config/tsm.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
return array
|
||||
(
|
||||
'node_create' => array(
|
||||
'PASSEXP'=>90,
|
||||
'PASSWORD'=>'ch@ng3Me!',
|
||||
'DOMAIN_NAME'=>'IDPR_DEMO',
|
||||
'COMPRESSION'=>'Client',
|
||||
'ARCHDELETE'=>'YES',
|
||||
'BACKDELETE'=>'YES',
|
||||
'OPTION_SET'=>'DEMO',
|
||||
'DEDUPLICATION'=>'Client',
|
||||
'USERID'=>'NONE',
|
||||
'FORCEPWRESET'=>'YES',
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user