/packages/Security/OneTimeCodes/DefaultConfig.inc.php
https://bitbucket.org/alexamiryan/stingle · PHP · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 47d0632b1dae98455fb96966b5956130 MD5 · raw file
- <?php
- $defaultConfig = array(
- 'AuxConfig' => array( 'cleanUpTimeOut' => '90' // In Days
- ),
- 'Objects' => array( 'OneTimeCodes' => 'otc' )
- );