PageRenderTime 19ms CodeModel.GetById 11ms app.highlight 7ms RepoModel.GetById 0ms app.codeStats 0ms

/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
1<?php
2$defaultConfig = array(
3						'AuxConfig' => array(	'cleanUpTimeOut' => '90' // In Days
4											),
5						'Objects' => array(	'OneTimeCodes' => 'otc' )
6					  );