guild/common/config/params.php
2023-10-24 13:34:23 +03:00

12 lines
361 B
PHP
Executable File

<?php
return [
'adminEmail' => 'chancellery@itguild.info',
'supportEmail' => 'chancellery@itguild.info',
'senderEmail' => 'chancellery@itguild.info',
'senderName' => 'Chancellery ITguild mailer',
'user.passwordResetTokenExpire' => 3600,
'user.passwordMinLength' => 8,
'tgBotTokenLength' => 6,
'tgBotTokenValidityTime' => 180,
];