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
2014-10-28 16:33:15 +11:00

18 lines
355 B
PHP

<?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',
),
);