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/application/config/tsm.php

29 lines
555 B
PHP
Raw Normal View History

2014-10-28 05:33:15 +00:00
<?php defined('SYSPATH') OR die('No direct access allowed.');
return array
(
2015-09-29 13:27:44 +00:00
'admin_register' => array(
'max_nodes'=>2,
'max_admin'=>1,
'prefix'=>'I',
),
2014-10-28 05:56:56 +00:00
'admin_create' => array(
'FORCEPWRESET'=>'YES',
'PASSEXP'=>90,
'PASSWORD'=>'ch@ng3Me!',
'SSL'=>'YES',
),
2014-10-28 05:33:15 +00:00
'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',
),
);