/packages/Security/OneTimeCodes/DefaultConfig.inc.php
PHP | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 47d0632b1dae98455fb96966b5956130 MD5 | raw file
1<?php
2$defaultConfig = array(
3 'AuxConfig' => array( 'cleanUpTimeOut' => '90' // In Days
4 ),
5 'Objects' => array( 'OneTimeCodes' => 'otc' )
6 );