guild/common/config/params.php

12 lines
361 B
PHP
Raw Normal View History

2018-10-11 11:15:09 +03:00
<?php
return [
2023-10-18 10:48:38 +03:00
'adminEmail' => 'chancellery@itguild.info',
'supportEmail' => 'chancellery@itguild.info',
'senderEmail' => 'chancellery@itguild.info',
'senderName' => 'Chancellery ITguild mailer',
2018-10-11 11:15:09 +03:00
'user.passwordResetTokenExpire' => 3600,
2023-10-13 11:38:24 +03:00
'user.passwordMinLength' => 8,
'tgBotTokenLength' => 6,
'tgBotTokenValidityTime' => 180,
2018-10-11 11:15:09 +03:00
];